about summary refs log tree commit diff stats
path: root/subx/010---vm.cc
diff options
context:
space:
mode:
Diffstat (limited to 'subx/010---vm.cc')
-rw-r--r--subx/010---vm.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/subx/010---vm.cc b/subx/010---vm.cc
index a2fe41e8..745d64e0 100644
--- a/subx/010---vm.cc
+++ b/subx/010---vm.cc
@@ -264,6 +264,7 @@ inline bool already_allocated(uint32_t addr) {
 // skeleton of how x86 instructions are decoded
 void run_one_instruction() {
   uint8_t op=0, op2=0, op3=0;
+  // Run One Instruction
   trace(90, "run") << "inst: 0x" << HEXWORD << EIP << end();
   op = next();
   if (Dump_trace) {