implements invokespecial

This commit is contained in:
Volker Berlin 2018-12-14 19:59:49 +01:00
parent 7701ce6993
commit 2410694151

View File

@ -529,7 +529,7 @@ class JavaMethodWasmCodeBuilder extends WasmCodeBuilder {
//TODO case 180: // getfield
//TODO case 181: // putfield
//TODO case 182: // invokevirtual
//TODO case 183: // invokespecial
case 183: // invokespecial, invoke a constructor
case 184: // invokestatic
idx = byteCode.readUnsignedShort();
ref = (ConstantRef)constantPool.get( idx );