diff -r 2842efb236f7 gdb/msp430-tdep.c --- a/gdb/msp430-tdep.c Tue Nov 29 23:45:56 2011 +0000 +++ b/gdb/msp430-tdep.c Tue Nov 29 23:51:33 2011 +0000 @@ -1437,6 +1437,7 @@ static const struct frame_unwind msp430_frame_unwind = { NORMAL_FRAME, + default_frame_unwind_stop_reason, msp430_frame_this_id, msp430_frame_prev_register, #if GDB_VERSION_INT >= 0x700 @@ -1447,6 +1448,7 @@ static const struct frame_unwind msp430_epilogue_frame_unwind = { NORMAL_FRAME, + default_frame_unwind_stop_reason, msp430_epilogue_frame_this_id, msp430_frame_prev_register, NULL,