summaryrefslogtreecommitdiffstats
path: root/opcode_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'opcode_list.h')
-rw-r--r--opcode_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcode_list.h b/opcode_list.h
index e6dece6e..e460ffe9 100644
--- a/opcode_list.h
+++ b/opcode_list.h
@@ -15,6 +15,7 @@ OP(BACKTRACK, NONE, 0, 0)
OP(APPEND, NONE, 2, 1)
OP(INSERT, NONE, 4, 2)
+OP(GETPATH, NONE, 2, 1)
OP(ASSIGN, VARIABLE, 3, 0)
OP(CALL_BUILTIN, CFUNC, -1, 1)