diff options
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/target.h b/gdb/target.h index 79805d1..4a46a16 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -1117,7 +1117,8 @@ struct target_ops after executing a breakpoint instruction. Defaults to gdbarch_decr_pc_after_break (GDBARCH). */ CORE_ADDR (*to_decr_pc_after_break) (struct target_ops *ops, - struct gdbarch *gdbarch); + struct gdbarch *gdbarch) + TARGET_DEFAULT_FUNC (default_target_decr_pc_after_break); int to_magic; /* Need sub-structure for target machine related rather than comm related? |