fix typo
authorK. Richard Pixley <rich@cygnus>
Wed, 19 May 1993 22:44:08 +0000 (22:44 +0000)
committerK. Richard Pixley <rich@cygnus>
Wed, 19 May 1993 22:44:08 +0000 (22:44 +0000)
gdb/config/m68k/tm-m68k.h

index 062445b49310567f1f8a9460aea543e9964e13ac..d58441aa2d679c578348189d8d2c55639ab2e74b 100644 (file)
@@ -299,9 +299,9 @@ extern const struct ext_format ext_format_68881;
 #define FRAME_CHAIN(thisframe)  \
   (thisframe->signal_handler_caller \
    ? thisframe->frame \
-   : (!inside_entry_file ((thisframe)->pc) \
-      read_memory_integer ((thisframe)->frame, 4) :\
-      0)
+   : (!inside_entry_file ((thisframe)->pc) \
+      ? read_memory_integer ((thisframe)->frame, 4) \
+      : 0))
 
 /* Define other aspects of the stack frame.  */