oops - fixed typo in previous delta

From-SVN: r89744
This commit is contained in:
Nick Clifton 2004-10-28 08:49:48 +00:00
parent fb002e78fa
commit 0b4828effe
1 changed files with 1 additions and 1 deletions

View File

@ -1524,7 +1524,7 @@ L2: .word STATIC
#define DBX_OUTPUT_SOURCE_LINE(file, line, counter) \
do \
{ \
rtx begin_label = XEXP (DECL_RTL (current_function_decl), 0); \
rtx begin_label = XSTR (XEXP (DECL_RTL (current_function_decl), 0), 0);\
char label[64]; \
ASM_GENERATE_INTERNAL_LABEL (label, "LM", counter); \
\