diff options
Diffstat (limited to 'mixutils')
-rw-r--r-- | mixutils/mixvm_command.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mixutils/mixvm_command.c b/mixutils/mixvm_command.c index ca72c51..c585363 100644 --- a/mixutils/mixvm_command.c +++ b/mixutils/mixvm_command.c @@ -232,6 +232,7 @@ emacs_output_ (void) from elsewhere...) */ const mix_src_file_t *src = mix_vm_get_src_file (vm_); const gchar *path = mix_src_file_get_path (src); + mix_address_t loc = mix_vm_get_prog_count (vm_); guint lineno = mix_vm_get_address_lineno (vm_, loc); |