diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2018-08-25 09:49:20 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2018-08-25 09:49:20 +0900 |
| commit | d79dbd92f9104712c6cf41ab3c029dec318a757d (patch) | |
| tree | 9312f33cbc3facb0ce381d62fc97803501f3997f /src | |
| parent | 49d1b168221221b7e810f001d88e16ebc94378fd (diff) | |
| download | mruby-d79dbd92f9104712c6cf41ab3c029dec318a757d.tar.gz mruby-d79dbd92f9104712c6cf41ab3c029dec318a757d.zip | |
fixup! New bytecode implementation of mruby VM.
Diffstat (limited to 'src')
| -rw-r--r-- | src/vm.c | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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; |
