]> git.sesse.net Git - pistorm/commitdiff
reintroduce this label
authorjust nine <nine@aphlor.org>
Wed, 14 Apr 2021 21:39:48 +0000 (22:39 +0100)
committerjust nine <nine@aphlor.org>
Wed, 14 Apr 2021 21:39:48 +0000 (22:39 +0100)
emulator.c

index 06aa179694a839d35aff4cf4cea64845958d8389..3fd6ff880c0d0a35dad4471cab90e36c12ad625a 100644 (file)
@@ -263,7 +263,7 @@ cpu_loop:
 
   goto cpu_loop;
 
-//stop_cpu_emulation:
+stop_cpu_emulation:
   printf("[CPU] End of CPU thread\n");
 }