summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/config/sparc/litecoff.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/config/sparc/litecoff.h')
-rw-r--r--contrib/gcc/config/sparc/litecoff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/config/sparc/litecoff.h b/contrib/gcc/config/sparc/litecoff.h
index dede792..ad0e1225 100644
--- a/contrib/gcc/config/sparc/litecoff.h
+++ b/contrib/gcc/config/sparc/litecoff.h
@@ -73,4 +73,4 @@ do { \
pointer is really %i7. */
#define DBX_REGISTER_NUMBER(REGNO) \
- (TARGET_FLAT && REGNO == FRAME_POINTER_REGNUM ? 31 : REGNO)
+ (TARGET_FLAT && (REGNO) == HARD_FRAME_POINTER_REGNUM ? 31 : REGNO)
OpenPOWER on IntegriCloud