diff options
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h index 13a06d9..9f33ae8 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -366,8 +366,7 @@ extern int debug_displaced; void displaced_step_dump_bytes (struct ui_file *file, const gdb_byte *buf, size_t len); -struct displaced_step_closure* -get_displaced_step_closure_by_addr (CORE_ADDR addr); +struct displaced_step_closure* get_displaced_step_closure_by_addr (CORE_ADDR addr); /* Possible values for gdbarch_call_dummy_location. */ #define ON_STACK 1 |