fix a bunch of memory bugs
This commit is contained in:
@@ -529,7 +529,7 @@ struct _Ground {
|
||||
struct GroundExecutionResult (*execute) (GroundBytecodeInstruction* instruction, GroundBytecodeHeap* heap);
|
||||
} Instruction;
|
||||
struct {
|
||||
void (*set) (GroundBytecodeHeap* heap, GroundSize idx, GroundValue value);
|
||||
void (*set) (GroundBytecodeHeap* heap, GroundSize idx, GroundBytecodeValue value);
|
||||
GroundValue* (*get) (GroundBytecodeHeap* heap, GroundSize idx);
|
||||
} Heap;
|
||||
} Bytecode;
|
||||
|
||||
Reference in New Issue
Block a user