import gdb-19990504 snapshot
[deliverable/binutils-gdb.git] / gdb / config / m68k / tm-m68k.h
index 098500c4fcb4ebd8989de25e64e8842ad6d5c529..9cbb41f0801633a1a7d44950ddec90361abfd559 100644 (file)
@@ -33,9 +33,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
    to reach some "real" code.  */
 
 #if !defined(SKIP_PROLOGUE)
-#define SKIP_PROLOGUE(ip)   {(ip) = m68k_skip_prologue(ip);}
-extern CORE_ADDR m68k_skip_prologue PARAMS ((CORE_ADDR ip));
+#define SKIP_PROLOGUE(ip) (m68k_skip_prologue (ip))
 #endif
+extern CORE_ADDR m68k_skip_prologue PARAMS ((CORE_ADDR ip));
 
 /* Immediately after a function call, return the saved pc.
    Can't always go through the frames for this because on some machines
This page took 0.031749 seconds and 4 git commands to generate.