Fixes
This commit is contained in:
@@ -96,6 +96,10 @@ GroundBytecodeValue _GroundNewBytecodeValue(GroundValue value) {
|
||||
// TODO - convert to bytecode object
|
||||
break;
|
||||
}
|
||||
case GroundType_CoreType: {
|
||||
bv.as.CoreType = value.as.CoreType;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
return bv;
|
||||
|
||||
Reference in New Issue
Block a user