import gdb-1999-05-25 snapshot
[deliverable/binutils-gdb.git] / gdb / i386-tdep.c
index 228b1acdde7ce5e5638cb6298bd67f3fd74d61cb..436fd5ee9ab4b57cf85ba97bfb920ad563733337 100644 (file)
@@ -365,7 +365,7 @@ i386_frame_num_args (fi)
 
   int frameless;
 
-  FRAMELESS_FUNCTION_INVOCATION (fi, frameless);
+  frameless = FRAMELESS_FUNCTION_INVOCATION (fi);
   if (frameless)
     /* In the absence of a frame pointer, GDB doesn't get correct values
        for nameless arguments.  Return -1, so it doesn't print any
This page took 0.023405 seconds and 4 git commands to generate.