summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/vm.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/vm.c b/src/vm.c
index b47469ebf..d0ea6b3bd 100644
--- a/src/vm.c
+++ b/src/vm.c
@@ -1069,16 +1069,6 @@ RETRY_TRY_BLOCK:
NEXT;
}
- CASE(OP_LOADI, BB) {
- SET_INT_VALUE(regs[a], b);
- NEXT;
- }
-
- CASE(OP_LOADINEG, BB) {
- SET_INT_VALUE(regs[a], -b);
- NEXT;
- }
-
CASE(OP_LOADI__1,B) goto L_LOADI;
CASE(OP_LOADI_0,B) goto L_LOADI;
CASE(OP_LOADI_1,B) goto L_LOADI;