diff options
author | jaortega <jaortega> | 2001-02-15 23:16:18 +0000 |
---|---|---|
committer | jaortega <jaortega> | 2001-02-15 23:16:18 +0000 |
commit | 625714c7186f8c278c36e722f9ef37edad442c93 (patch) | |
tree | ce601b0f7645b43440f242cfb8bec43041642d4e /mixutils | |
parent | 903f14b8b17f1b236ac305cfb23f3600a8e82eec (diff) | |
download | mdk-625714c7186f8c278c36e722f9ef37edad442c93.tar.gz mdk-625714c7186f8c278c36e722f9ef37edad442c93.tar.bz2 |
copyright notice to fsf
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); |