#209: don't show stack entries separator when running in command line

This commit is contained in:
Louis Rubet 2018-08-12 15:25:09 +02:00
parent f2c4dfb7ef
commit 4884609039

View file

@ -139,7 +139,7 @@ int main(int argc, char* argv[]) {
// run it
ret = prog.run(s_global_stack, s_global_heap);
program::show_stack(s_global_stack, true);
program::show_stack(s_global_stack, false);
}
}