Code cleanup.

This commit is contained in:
2022-12-05 12:16:42 +08:00
parent d363042036
commit f559cea826

View File

@@ -251,7 +251,7 @@ namespace Cryville.Crtr {
if (blit) GetReturnFrame(PdtInternalType.Array, len + 2 * sizeof(int)).SetArraySuffix(type, LoadedOperandCount);
else GetReturnFrame(PdtInternalType.Vector, len + sizeof(int)).SetArraySuffix(type);
}
bool IsBlittable(int type) {
static bool IsBlittable(int type) {
return type == PdtInternalType.Number;
}
}