mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
invokeinterface has 2 unused bytes
This commit is contained in:
parent
1556c36f32
commit
9416628961
@ -620,6 +620,8 @@ class JavaMethodWasmCodeBuilder extends WasmCodeBuilder {
|
|||||||
break;
|
break;
|
||||||
case 185:
|
case 185:
|
||||||
addCallInterfaceInstruction( funcName, codePos, lineNumber );
|
addCallInterfaceInstruction( funcName, codePos, lineNumber );
|
||||||
|
byteCode.read(); // count
|
||||||
|
byteCode.read(); // 0
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user