From a6a45740fd16a400c41e094dd22575941213764d Mon Sep 17 00:00:00 2001 From: Manuel Palenzuela Date: Tue, 20 Jul 2021 00:31:20 +0100 Subject: Misc: Removed unnecesary file --- emulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulator.c') diff --git a/emulator.c b/emulator.c index 6016374..b3c6f42 100644 --- a/emulator.c +++ b/emulator.c @@ -104,7 +104,7 @@ int emulator_tick(Emulator* emulator) printf("INFINITE LOOP DETECTED! EXITING...\n"); emulator_dump_registers(emulator); getchar(); //block - exit(0); //stop executing when program over + emulator->is_on = 0; } break; -- cgit 1.4.1