Skip to content

Commit

Permalink
vm: flush after print_obj so it's usable from gdb
Browse files Browse the repository at this point in the history
  • Loading branch information
jckarter committed Dec 21, 2011
1 parent 7ed8569 commit a39b976
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vm/debug.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit a39b976

Please sign in to comment.