aboutsummaryrefslogtreecommitdiff
path: root/src/ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ops.h')
-rw-r--r--src/ops.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ops.h b/src/ops.h
index 2ad2285..de30ea2 100644
--- a/src/ops.h
+++ b/src/ops.h
@@ -32,6 +32,8 @@ enum {
OP_LSF,
OP_RSF,
OP_SLP,
+ OP_INC,
+ OP_DEC,
};
static const char ops[][4] = {
@@ -66,4 +68,6 @@ static const char ops[][4] = {
[OP_LSF] = "LSF",
[OP_RSF] = "RSF",
[OP_SLP] = "SLP",
+ [OP_INC] = "INC",
+ [OP_DEC] = "DEC",
};