diff options
Diffstat (limited to 'gdb/frame.c')
-rw-r--r-- | gdb/frame.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/frame.c b/gdb/frame.c index 9fb5e9b..b00eebc 100644 --- a/gdb/frame.c +++ b/gdb/frame.c @@ -731,6 +731,7 @@ static void frame_saved_regs_pop (struct frame_info *fi, void **cache, struct regcache *regcache) { + gdb_assert (POP_FRAME_P ()); POP_FRAME; } |