Misc stuff, probably crashes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "../../include/ground.h"
|
||||
#include <stdio.h>
|
||||
|
||||
static void writeValue(FILE* f, GroundValue* v) {
|
||||
static void writeValue(FILE* f, GroundBytecodeValue* v) {
|
||||
switch (v->type.type) {
|
||||
case GroundType_Int: {
|
||||
uint8_t tag = 0;
|
||||
|
||||
Reference in New Issue
Block a user