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