aboutsummaryrefslogtreecommitdiff
path: root/src/ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ops.h')
-rw-r--r--src/ops.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ops.h b/src/ops.h
index de30ea2..0d06f1b 100644
--- a/src/ops.h
+++ b/src/ops.h
@@ -34,6 +34,7 @@ enum {
OP_SLP,
OP_INC,
OP_DEC,
+ OP_DBG,
};
static const char ops[][4] = {
@@ -70,4 +71,5 @@ static const char ops[][4] = {
[OP_SLP] = "SLP",
[OP_INC] = "INC",
[OP_DEC] = "DEC",
+ [OP_DBG] = "DBG",
};