Much better debugging, but it still doesn't work

This commit is contained in:
Simon Brooke 2018-12-27 21:37:38 +00:00
parent 3d5c27cb10
commit 75abfb4050
23 changed files with 395 additions and 233 deletions

View file

@ -18,6 +18,7 @@
#include "consspaceobject.h"
#include "conspage.h"
#include "dump.h"
/**
* Flag indicating whether conspage initialisation has been done.
@ -168,7 +169,7 @@ void free_cell( struct cons_pointer pointer ) {
fwprintf( stderr, L"About to free vector-space object at %ld\n",
cell->payload.vectorp.address );
#endif
free( ( void * ) cell->payload.vectorp.address );
//free( ( void * ) cell->payload.vectorp.address );
break;
}