aboutsummaryrefslogtreecommitdiff
path: root/gdb/m-sun2.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/m-sun2.h')
-rw-r--r--gdb/m-sun2.h2
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. */