summaryrefslogtreecommitdiffhomepage
path: root/mixutils/mixvm_command.c
diff options
context:
space:
mode:
Diffstat (limited to 'mixutils/mixvm_command.c')
-rw-r--r--mixutils/mixvm_command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mixutils/mixvm_command.c b/mixutils/mixvm_command.c
index 631b66d..3fba0eb 100644
--- a/mixutils/mixvm_command.c
+++ b/mixutils/mixvm_command.c
@@ -283,7 +283,7 @@ trace_ (void)
static gchar STRINS[BUFFER_LEN];
const mix_src_file_t *file = mix_vm_get_src_file (vm_);
- const gchar *line = "";
+ const gchar *line = "\n";
mix_address_t loc = mix_vm_get_prog_count (vm_);
mix_word_t ins = mix_vm_get_addr_contents (vm_, loc);
mix_ins_t fins;