diff options
Diffstat (limited to 'gdb/dummy-frame.c')
-rw-r--r-- | gdb/dummy-frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dummy-frame.c b/gdb/dummy-frame.c index 1952d2e..0b99e5c 100644 --- a/gdb/dummy-frame.c +++ b/gdb/dummy-frame.c @@ -273,7 +273,7 @@ find_dummy_frame_dtor (dummy_frame_dtor_ftype *dtor, void *dtor_data) them up at least once whenever we start a new inferior. */ static void -cleanup_dummy_frames () +cleanup_dummy_frames (inferior *inf) { while (dummy_frame_stack != NULL) remove_dummy_frame (&dummy_frame_stack); |