Remove something
This commit is contained in:
@@ -1097,7 +1097,6 @@ struct GroundExecutionResult _GroundBytecodeInstructionExecute(GroundBytecodeIns
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 3: {
|
case 3: {
|
||||||
printf("fard\n");
|
|
||||||
GroundBytecodeFunction* function = &gbs->values[offset].as.Function;
|
GroundBytecodeFunction* function = &gbs->values[offset].as.Function;
|
||||||
if (function->closure == NULL) {
|
if (function->closure == NULL) {
|
||||||
function->closure = malloc(sizeof(GroundBytecodeHeap));
|
function->closure = malloc(sizeof(GroundBytecodeHeap));
|
||||||
|
|||||||
Reference in New Issue
Block a user