We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50045b7 commit ad746caCopy full SHA for ad746ca
1 file changed
src/main/java/com/amazon/ion/bytecode/bin11/ByteArrayBytecodeGenerator11.kt
@@ -34,7 +34,7 @@ internal class ByteArrayBytecodeGenerator11(
34
macroIndices: IntArray,
35
symTab: Array<String?>
36
) {
37
- var opcode = 0
+ var opcode = -1
38
while (currentPosition < source.size && !isSystemValue(opcode)) {
39
opcode = source[currentPosition++].unsignedToInt()
40
val handler = OpcodeHandlerTable.handler(opcode)
0 commit comments