mirror of
https://github.com/digarok/gsplus.git
synced 2025-08-13 12:24:56 +00:00
2 unhandled ^Cs will abort
This commit is contained in:
@@ -1207,6 +1207,9 @@ int debug_shell(int code) {
|
||||
|
||||
static void do_sig_intr(int sig) {
|
||||
/* todo -- raise() if halt already pending */
|
||||
if (halt_sim & 4) {
|
||||
abort();
|
||||
}
|
||||
set_halt(4);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user