about summary refs log tree commit diff stats
path: root/010vm.cc
diff options
context:
space:
mode:
Diffstat (limited to '010vm.cc')
-rw-r--r--010vm.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/010vm.cc b/010vm.cc
index fea11a50..80a817f3 100644
--- a/010vm.cc
+++ b/010vm.cc
@@ -41,6 +41,7 @@ struct instruction {
   instruction();
   void clear();
   bool is_empty();
+  // End instruction Methods
 };
 
 :(before "struct instruction")