diff options
Diffstat (limited to 'gdb/config/nm-m3.h')
-rw-r--r-- | gdb/config/nm-m3.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config/nm-m3.h b/gdb/config/nm-m3.h index 41e595b..e621269 100644 --- a/gdb/config/nm-m3.h +++ b/gdb/config/nm-m3.h @@ -111,7 +111,10 @@ struct emul_stack_top { /* Do Mach 3 dependent operations when ^C or a STOP is requested */ #define DO_QUIT() mach3_quit () +#if 0 +/* This is bogus. It is NOT OK to quit out of target_wait. */ /* If in mach_msg() and ^C is typed set immediate_quit */ #define REQUEST_QUIT() mach3_request_quit () +#endif #endif /* NM_M3_H */ |