This commit is contained in:
Volker Berlin 2019-01-23 20:24:47 +01:00
parent 6db1a8d1f5
commit 24f1c24a84

View File

@ -87,7 +87,7 @@ class JavaMethodWasmCodeBuilder extends WasmCodeBuilder {
int codePos = byteCode.getCodePosition();
endWithReturn = false;
int op = byteCode.readUnsignedByte();
OP: switch( op ) {
switch( op ) {
case 0: // nop
break;
case 1: // aconst_null