forked from Imagelibrary/binutils-gdb
2003-01-19 Andrew Cagney <ac131313@redhat.com>
* frame.c (frame_saved_regs_pop): Assert POP_FRAME_P. * gdbarch.sh (POP_FRAME): Change to function with predicate. Suppress actual parameters when `-'. * gdbarch.h, gdbarch.c: Regenerate.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user