Skip to content

Commit b83a928

Browse files
committed
signextend removes two stack items
1 parent e592ce4 commit b83a928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/opcodes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const codes = {
1212
0x08: ['ADDMOD', 8, 3, 1, false],
1313
0x09: ['MULMOD', 8, 3, 1, false],
1414
0x0a: ['EXP', 10, 2, 1, false],
15-
0x0b: ['SIGNEXTEND', 5, 1, 1, false],
15+
0x0b: ['SIGNEXTEND', 5, 2, 1, false],
1616

1717
// 0x10 range - bit ops
1818
0x10: ['LT', 3, 2, 1, false],

0 commit comments

Comments
 (0)