use real type code for arrays

This commit is contained in:
Volker Berlin 2020-09-27 14:04:07 +02:00
parent 1c84eac0dc
commit 71b28f1d47

View File

@ -100,15 +100,6 @@ public class ArrayType extends StructType {
return componentClassIndex;
}
/**
* {@inheritDoc}
*/
@Override
public int getCode() {
// until there is a real type definition we will define write it as externref
return ValueType.externref.getCode();
}
/**
* {@inheritDoc}
*/