From a0589749d4a725a4008eb17803a72d19ba970360 Mon Sep 17 00:00:00 2001 From: just nine Date: Wed, 14 Apr 2021 22:39:48 +0100 Subject: [PATCH] reintroduce this label --- emulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulator.c b/emulator.c index 06aa179..3fd6ff8 100644 --- a/emulator.c +++ b/emulator.c @@ -263,7 +263,7 @@ cpu_loop: goto cpu_loop; -//stop_cpu_emulation: +stop_cpu_emulation: printf("[CPU] End of CPU thread\n"); } -- 2.39.2