import gdb-19990504 snapshot
[deliverable/binutils-gdb.git] / gdb / config / sh / tm-sh.h
index 291677b71c05812a2f039cef0e741fceaf0e852e..2d5f8bd2b3bc2464945b54007a17d498d7c89406 100644 (file)
@@ -43,9 +43,8 @@ struct type;
 /* Advance PC across any function entry prologue instructions
    to reach some "real" code.  */
 
-extern CORE_ADDR sh_skip_prologue ();
-#define SKIP_PROLOGUE(ip) \
-    {(ip) = sh_skip_prologue(ip);}
+extern CORE_ADDR sh_skip_prologue PARAMS ((CORE_ADDR));
+#define SKIP_PROLOGUE(ip) (sh_skip_prologue (ip))
 
 
 /* Immediately after a function call, return the saved pc.
This page took 0.024504 seconds and 4 git commands to generate.