diff options
Diffstat (limited to 'gdb/infcmd.c')
-rw-r--r-- | gdb/infcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c index 174acde..db2232d 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -155,7 +155,7 @@ int breakpoint_proceeded; /* Nonzero if stopped due to completion of a stack dummy routine. */ -int stop_stack_dummy; +enum stop_stack_kind stop_stack_dummy; /* Nonzero if stopped due to a random (unexpected) signal in inferior process. */ |