summaryrefslogtreecommitdiffhomepage
path: root/mixutils
diff options
context:
space:
mode:
authorjaortega <jaortega>2000-11-19 00:38:43 +0000
committerjaortega <jaortega>2000-11-19 00:38:43 +0000
commitc6acfb52dcad94462a4dac6fe0bac5d2d0e022b5 (patch)
tree8183a179e32c094b35394ded3fb4c51534171c56 /mixutils
parentb096c061eb3e2992830f37c361f9179738aba5eb (diff)
downloadmdk-c6acfb52dcad94462a4dac6fe0bac5d2d0e022b5.tar.gz
mdk-c6acfb52dcad94462a4dac6fe0bac5d2d0e022b5.tar.bz2
using skip local symbols mode when printing symbol table
Diffstat (limited to 'mixutils')
-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 e03dcfd..ebf66a3 100644
--- a/mixutils/mixvm_command.c
+++ b/mixutils/mixvm_command.c
@@ -347,7 +347,7 @@ cmd_psym_ (char *arg)
printf (_("%s: symbol not defined\n"), arg);
}
else
- mix_symbol_table_print (table, MIX_SYM_ROWS, stdout);
+ mix_symbol_table_print (table, MIX_SYM_ROWS, stdout, FALSE);
return TRUE;
}