vm: flush after print_obj so it's usable from gdb

db4
Joe Groff 2011-12-21 13:25:28 -08:00
parent 9f137c66d4
commit 0b72b811fc
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ void factor_vm::print_nested_obj(cell obj, fixnum nesting)
std::cout << (void*)obj << ">";
break;
}
std::cout << std::flush;
}
void factor_vm::print_obj(cell obj)