about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--subx/020elf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/020elf.cc b/subx/020elf.cc
index a065e9fb..e217755f 100644
--- a/subx/020elf.cc
+++ b/subx/020elf.cc
@@ -6,7 +6,7 @@ if (is_equal(argv[1], "run")) {
   assert(argc > 2);
   reset();
   load_elf(argv[2]);
-  while (EIP < End_of_program)
+  while (EIP < End_of_program)  // weak final-gasp termination check
     run_one_instruction();
 }