aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68k/next.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/m68k/next.h')
-rw-r--r--gcc/config/m68k/next.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/next.h b/gcc/config/m68k/next.h
index a296e0b1f00..8391ab50cb1 100644
--- a/gcc/config/m68k/next.h
+++ b/gcc/config/m68k/next.h
@@ -172,7 +172,7 @@ Boston, MA 02111-1307, USA. */
Previously, references to labels generated pc-relative addressing modes
while references to symbol names generated absolute addressing modes. */
-#undef GO_IF_INDEXABLE_BASE(X, ADDR)
+#undef GO_IF_INDEXABLE_BASE
#define GO_IF_INDEXABLE_BASE(X, ADDR) \
{ if (LEGITIMATE_BASE_REG_P (X)) goto ADDR; }