diff options
Diffstat (limited to 'gcc/dwarf2asm.c')
-rw-r--r-- | gcc/dwarf2asm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/dwarf2asm.c b/gcc/dwarf2asm.c index b817aaf..ba1b543 100644 --- a/gcc/dwarf2asm.c +++ b/gcc/dwarf2asm.c @@ -931,9 +931,9 @@ dw2_output_indirect_constants (void) iter != indirect_pool->end (); ++iter) temp.quick_push (*iter); - temp.qsort (compare_strings); + temp.qsort (compare_strings); - for (unsigned int i = 0; i < temp.length (); i++) + for (unsigned int i = 0; i < temp.length (); i++) dw2_output_indirect_constant_1 (temp[i].first, temp[i].second); } |