summaryrefslogtreecommitdiff
path: root/gcc/config/m32r/m32r.h
diff options
context:
space:
mode:
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-28 08:49:48 +0000
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-28 08:49:48 +0000
commit09050708dac3dcfd8cdf5d46dbc8a3c28a25f4c3 (patch)
treeb4720edb1f8297429f7d714ab70928244a1ff9b5 /gcc/config/m32r/m32r.h
parent3b754e53562ad2df2bcdde5334bb06f47e788b1e (diff)
downloadgcc-09050708dac3dcfd8cdf5d46dbc8a3c28a25f4c3.tar.gz
oops - fixed typo in previous delta
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89744 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m32r/m32r.h')
-rw-r--r--gcc/config/m32r/m32r.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m32r/m32r.h b/gcc/config/m32r/m32r.h
index 3cb53e010d8..1b5aa5b5192 100644
--- a/gcc/config/m32r/m32r.h
+++ b/gcc/config/m32r/m32r.h
@@ -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); \
\