Commit 0b4828ef by Nick Clifton

oops - fixed typo in previous delta

From-SVN: r89744
parent fb002e78
......@@ -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); \
\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment