mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
Cleanup
This commit is contained in:
parent
6db1a8d1f5
commit
24f1c24a84
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user