implements instruction aconst_null

This commit is contained in:
Volker Berlin 2018-12-14 20:50:08 +01:00
parent 1b09c5fd8c
commit 9958a2bed9

View File

@ -90,7 +90,9 @@ class JavaMethodWasmCodeBuilder extends WasmCodeBuilder {
OP: switch( op ) {
case 0: // nop
break;
//TODO case 1: // aconst_null
case 1: // aconst_null
addStructInstruction( StructOperator.NULL, ValueType.anyref, codePos );
break;
case 2: // iconst_m1
case 3: // iconst_0
case 4: // iconst_1