aboutsummaryrefslogtreecommitdiff
path: root/chunk.d
diff options
context:
space:
mode:
authormryouse2023-05-27 01:23:03 +0000
committermryouse2023-05-27 01:23:03 +0000
commitd21a835072674939527ee327cb34049c072d7e75 (patch)
tree1c8eaa0fdd317fb1d18ea51eacad1c0737639bc3 /chunk.d
parent21eff156a3094c82ad85f8d3658fc1ac79c63da1 (diff)
division
Diffstat (limited to 'chunk.d')
-rw-r--r--chunk.d1
1 files changed, 1 insertions, 0 deletions
diff --git a/chunk.d b/chunk.d
index 02d2a69..6e572aa 100644
--- a/chunk.d
+++ b/chunk.d
@@ -188,6 +188,7 @@ enum OpCode {
OP_POP_SCOPE,
OP_SUBTRACT,
OP_MULTIPLY,
+ OP_DIVIDE,
OP_NIL,
OP_JUMP,