diff options
Diffstat (limited to 'gdb/arch-utils.h')
-rw-r--r-- | gdb/arch-utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h index ac17cfe..6045ac0 100644 --- a/gdb/arch-utils.h +++ b/gdb/arch-utils.h @@ -117,6 +117,9 @@ extern int generic_convert_register_p (int regnum, struct type *type); extern int default_stabs_argument_has_addr (struct gdbarch *gdbarch, struct type *type); +extern int generic_instruction_nullified (struct gdbarch *gdbarch, + struct regcache *regcache); + /* For compatibility with older architectures, returns (LEGACY_SIM_REGNO_IGNORE) when the register doesn't have a valid name. */ |