import gdb-19990504 snapshot
[deliverable/binutils-gdb.git] / gdb / config / i960 / tm-i960.h
index a6d93b00a24d968b0a7a1df0022e87b60011e2f1..dcd24e5ee202a32ea6430beca67a7fd67b27cdaa 100644 (file)
@@ -49,8 +49,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 /* Advance ip across any function entry prologue instructions
    to reach some "real" code.  */
 
-#define SKIP_PROLOGUE(ip)      { ip = skip_prologue (ip); }
-extern CORE_ADDR skip_prologue ();
+#define SKIP_PROLOGUE(ip)      (i960_skip_prologue (ip))
+extern CORE_ADDR i960_skip_prologue ();
 
 /* Immediately after a function call, return the saved ip.
    Can't always go through the frames for this because on some machines
This page took 0.024065 seconds and 4 git commands to generate.