Fixed two coredump issues

This commit is contained in:
Simon Brooke 2021-09-17 09:57:38 +01:00
parent 8591109639
commit ea0d9a2629
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
2 changed files with 5 additions and 4 deletions

View file

@ -238,7 +238,7 @@ struct cons_pointer allocate_cell( uint32_t tag ) {
total_cells_allocated++;
debug_printf( DEBUG_ALLOC,
L"Allocated cell of type '%4.4s' at %d, %d \n", tag,
L"Allocated cell of type '%4.4s' at %d, %d \n", cell->tag.bytes,
result.page, result.offset );
} else {
debug_printf( DEBUG_ALLOC, L"WARNING: Allocating non-free cell!" );