aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/bp-asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/powerpc/bp-asm.h')
-rw-r--r--sysdeps/powerpc/bp-asm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/powerpc/bp-asm.h b/sysdeps/powerpc/bp-asm.h
index e7a364007c..5ae4d77e6a 100644
--- a/sysdeps/powerpc/bp-asm.h
+++ b/sysdeps/powerpc/bp-asm.h
@@ -30,7 +30,7 @@
/* Don't check bounds, just convert the BP register to its simple
pointer value. */
-# define UNCHECK_BOUNDS(rBP) \
+# define DISCARD_BOUNDS(rBP) \
lwz rBP, oVALUE(rBP)
/* Check low bound, with the side effect that the BP register is converted
@@ -99,7 +99,7 @@
#else
-# define UNCHECK_BOUNDS(rBP)
+# define DISCARD_BOUNDS(rBP)
# define CHECK_BOUNDS_LOW(rBP, rLOW, rHIGH)
# define CHECK_BOUNDS_HIGH(rVALUE, rHIGH, TWLcc)
# define CHECK_BOUNDS_HIGH_RTN(rVALUE, rHIGH, TWLcc)