import gdb-19990504 snapshot
[deliverable/binutils-gdb.git] / gdb / config / arm / tm-arm.h
index 26bdf37fbe8abcbce430733d33ca0aba3aca20f3..54e0954b249561aacf56f4424e60c47b7ba1aadc 100644 (file)
@@ -56,7 +56,7 @@ CORE_ADDR arm_addr_bits_remove PARAMS ((CORE_ADDR));
 
 extern CORE_ADDR arm_skip_prologue PARAMS ((CORE_ADDR pc));
 
-#define SKIP_PROLOGUE(pc) { pc = arm_skip_prologue (pc); }
+#define SKIP_PROLOGUE(pc) (arm_skip_prologue (pc))
 
 /* 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.023231 seconds and 4 git commands to generate.