@ -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 *));
The note is not visible to the blocked user.