Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
StanHash committed Apr 5, 2023
1 parent 7b2372d commit 0cd8f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc/toplev.c
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ int flag_instrument_function_entry_exit = 0;
/* Use hex instead of decimal in ASM output. */
int flag_hex_asm = 0;

/* Use old (buggy) DWARF line info generator. */
/* Fix buggy DWARF line info generation. */
int flag_fixed_debug_line_info = 0;

typedef struct
Expand Down

0 comments on commit 0cd8f47

Please sign in to comment.