diff options
Diffstat (limited to 'gas/stabs.c')
-rw-r--r-- | gas/stabs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/stabs.c b/gas/stabs.c index b1a0254..71090d8 100644 --- a/gas/stabs.c +++ b/gas/stabs.c @@ -32,7 +32,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA /* Holds whether the assembler is generating stabs line debugging information or not. Potentially used by md_cleanup function. */ -boolean outputting_stabs_line_debug = 0; +int outputting_stabs_line_debug = 0; static void s_stab_generic PARAMS ((int, char *, char *)); static void generate_asm_file PARAMS ((int, char *)); |