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(); int codePos = byteCode.getCodePosition();
endWithReturn = false; endWithReturn = false;
int op = byteCode.readUnsignedByte(); int op = byteCode.readUnsignedByte();
OP: switch( op ) { switch( op ) {
case 0: // nop case 0: // nop
break; break;
case 1: // aconst_null case 1: // aconst_null