diff options
Diffstat (limited to 'gcc/config/m68k/mot3300.h')
-rw-r--r-- | gcc/config/m68k/mot3300.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/mot3300.h b/gcc/config/m68k/mot3300.h index 5cfe659740a..d78aba24cb9 100644 --- a/gcc/config/m68k/mot3300.h +++ b/gcc/config/m68k/mot3300.h @@ -412,7 +412,7 @@ do { long l; \ #define ASM_OUTPUT_SOURCE_LINE(FILE, LINENO) \ fprintf (FILE, "\tln\t%d\n", \ (sdb_begin_function_line \ - ? last_linenum - sdb_begin_function_line : 1)) + ? (LINENO) - sdb_begin_function_line : 1)) /* Yet another null terminated string format. */ |