3839c6d fixes #1, which arose from get_previous_function_start returning the previous function when called on a function entrypoint.
fca7e29 fixes an untracked issue where program counter highlights would not be cleared when last_pc_addr was in a different function than the one currently executing (such as immediately after a call instruction)
3839c6d fixes #1, which arose from
get_previous_function_start
returning the previous function when called on a function entrypoint.fca7e29 fixes an untracked issue where program counter highlights would not be cleared when
last_pc_addr
was in a different function than the one currently executing (such as immediately after a call instruction)