]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/target.h
convert to_decr_pc_after_break
[thirdparty/binutils-gdb.git] / gdb / target.h
index 79805d13afcdfd907b74b8ee624eb097ba72c4c8..4a46a1660fadebe2054863448f4b20e2865a76c0 100644 (file)
@@ -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?