From: Nick Clifton Date: Thu, 28 Oct 2004 08:49:48 +0000 (+0000) Subject: oops - fixed typo in previous delta X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b4828effea3bcacf88af872da26c5632cbfef85;p=platform%2Fupstream%2Fgcc.git oops - fixed typo in previous delta From-SVN: r89744 --- diff --git a/gcc/config/m32r/m32r.h b/gcc/config/m32r/m32r.h index 3cb53e0..1b5aa5b 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); \ \