oops - fixed typo in previous delta
From-SVN: r89744
This commit is contained in:
parent
fb002e78fa
commit
0b4828effe
1 changed files with 1 additions and 1 deletions
|
@ -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); \
|
||||
\
|
||||
|
|
Loading…
Add table
Reference in a new issue