*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / vax-tdep.c
index d9ab6e466cdeee864c0cc340f481dac67e33be9c..97d453452d6e828a4050d55ab11a5abf3e7f53f4 100644 (file)
@@ -57,7 +57,7 @@ vax_register_name (struct gdbarch *gdbarch, int regnum)
 }
 
 /* Return the GDB type object for the "standard" data type of data in
-   register REGNUM. */
+   register REGNUM.  */
 
 static struct type *
 vax_register_type (struct gdbarch *gdbarch, int regnum)
@@ -402,6 +402,7 @@ vax_frame_prev_register (struct frame_info *this_frame,
 static const struct frame_unwind vax_frame_unwind =
 {
   NORMAL_FRAME,
+  default_frame_unwind_stop_reason,
   vax_frame_this_id,
   vax_frame_prev_register,
   NULL,
This page took 0.024895 seconds and 4 git commands to generate.