summaryrefslogtreecommitdiffhomepage
path: root/mixlib/mix_code_file.c
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 /mixlib/mix_code_file.c
parentb096c061eb3e2992830f37c361f9179738aba5eb (diff)
downloadmdk-c6acfb52dcad94462a4dac6fe0bac5d2d0e022b5.tar.gz
mdk-c6acfb52dcad94462a4dac6fe0bac5d2d0e022b5.tar.bz2
using skip local symbols mode when printing symbol table
Diffstat (limited to 'mixlib/mix_code_file.c')
-rw-r--r--mixlib/mix_code_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mixlib/mix_code_file.c b/mixlib/mix_code_file.c
index 9bcd098..ba53a64 100644
--- a/mixlib/mix_code_file.c
+++ b/mixlib/mix_code_file.c
@@ -178,7 +178,7 @@ mix_code_file_new_write(const gchar *name, mix_address_t addr,
if ( check && result->source_path != NULL )
check = fputs (result->source_path, file) != EOF;
if ( check && debug )
- mix_symbol_table_print (table, MIX_SYM_LINE, file);
+ mix_symbol_table_print (table, MIX_SYM_LINE, file, TRUE);
if ( !check )
{
mix_code_file_delete (result);