Improve doc of GDB config macros.
[deliverable/binutils-gdb.git] / gdb / i960-tdep.c
index eab040ad5c9ad07864e039cc0f5e122800c731d6..115bfe2aa45741f7ccb231b37e97319f7fc9e036 100644 (file)
@@ -410,6 +410,8 @@ frame_args_address (fi, must_be_correct)
       ap = 0;
     else
       ap = read_register (G14_REGNUM);
+    if (ap == 0)
+      ap = fi->frame;
   }
   fi->arg_pointer = ap;                /* Cache it for next time */
   return ap;
This page took 0.023299 seconds and 4 git commands to generate.