VM: indent comment and change error message

char-rename
Björn Lindqvist 2016-10-08 07:13:08 +02:00
parent ae9818db87
commit ac44f3069a
1 changed files with 8 additions and 8 deletions

View File

@ -302,7 +302,7 @@ code_block* factor_vm::allot_code_block(cell size, code_block_type type) {
std::cout << "Code heap used: " << code->allocator->occupied_space()
<< "\n";
std::cout << "Code heap free: " << code->allocator->free_space << "\n";
fatal_error("Out of memory in add-compiled-block", 0);
fatal_error("Out of memory in allot_code_block", 0);
}
}