This commit is contained in:
nilspolek 2024-01-28 18:06:31 +01:00
parent 50b6bc0694
commit e3b228061f

View File

@ -8,7 +8,6 @@
#include "njvm.h"
ObjRef newRecord(int size){
printf("Size: %i\n", size);
ObjRef record;
unsigned int objSize;
objSize = sizeof(*record) + (size * sizeof(void *));