diff options
author | gdb-2.8 <gdb@fsf.org> | 1988-09-03 08:00:00 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-06-03 15:36:31 +0100 |
commit | 3bf57d210832b28e9361990830eb722a619f031b (patch) | |
tree | ba506d293bde0f6500d0cee3e643ebf8890d9cf7 /gdb/m-sun2.h | |
parent | 7c75bab3d3ef344a6a0b13b9ab59ecd5855aceb5 (diff) | |
download | gdb-3bf57d210832b28e9361990830eb722a619f031b.zip gdb-3bf57d210832b28e9361990830eb722a619f031b.tar.gz gdb-3bf57d210832b28e9361990830eb722a619f031b.tar.bz2 |
gdb-2.8
Diffstat (limited to 'gdb/m-sun2.h')
-rw-r--r-- | gdb/m-sun2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/m-sun2.h b/gdb/m-sun2.h index 833c923..9babd6b 100644 --- a/gdb/m-sun2.h +++ b/gdb/m-sun2.h @@ -80,7 +80,7 @@ read_memory_integer (read_register (SP_REGNUM), 4) /* Nonzero if instruction at PC is a return instruction. */ -#define ABOUT_TO_RETURN(pc) (read_memory_integer (pc, 2) == 0x4e76) +#define ABOUT_TO_RETURN(pc) (read_memory_integer (pc, 2) == 0x4e75) /* Return 1 if P points to an invalid floating point value. */ |