mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-5542: bad annotation
This commit is contained in:
parent
24f46bb22c
commit
7c7d203342
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@ def on_breakpoint_deleted(b: gdb.Breakpoint) -> None:
|
||||||
|
|
||||||
|
|
||||||
@log_errors
|
@log_errors
|
||||||
def on_before_prompt(n: None) -> object:
|
def on_before_prompt() -> object:
|
||||||
HOOK_STATE.end_batch()
|
HOOK_STATE.end_batch()
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue