aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode/errors.h')
-rwxr-xr-xsrc/bytecode/errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bytecode/errors.h b/src/bytecode/errors.h
index 425c768..8f4386e 100755
--- a/src/bytecode/errors.h
+++ b/src/bytecode/errors.h
@@ -24,6 +24,7 @@ typedef enum ErrorValue {
24 ERR_TOO_MANY_ARGS, 24 ERR_TOO_MANY_ARGS,
25 ERR_WRONG_ARG_TYPE, 25 ERR_WRONG_ARG_TYPE,
26 ERR_DIVISION_BY_ZERO, 26 ERR_DIVISION_BY_ZERO,
27 ERR_AMBIGUOUS_PARAMS,
27 28
28 // Bytecode interpreter. 29 // Bytecode interpreter.
29 ERR_PC_OOB, 30 ERR_PC_OOB,