summaryrefslogtreecommitdiff
path: root/instruction.h
diff options
context:
space:
mode:
Diffstat (limited to 'instruction.h')
-rw-r--r--instruction.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/instruction.h b/instruction.h
index 4ee68ed..add7c49 100644
--- a/instruction.h
+++ b/instruction.h
@@ -94,7 +94,8 @@ enum REG {
REG_4 = 4,
REG_5 = 5,
REG_6 = 6,
- REG_H = 7
+ REG_H = 7,
+ REG_COUNT
};
/**