summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/m68k/include/asm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/m68k/include/asm.h b/sys/arch/m68k/include/asm.h
index 1290bdf1af0..98963db805b 100644
--- a/sys/arch/m68k/include/asm.h
+++ b/sys/arch/m68k/include/asm.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: asm.h,v 1.10 2013/02/02 13:32:06 miod Exp $ */
+/* $OpenBSD: asm.h,v 1.11 2013/02/06 20:00:14 miod Exp $ */
/* $NetBSD: asm.h,v 1.13 1997/04/24 22:49:39 thorpej Exp $ */
/*
@@ -42,7 +42,7 @@
#ifndef _M68K_ASM_H_
#define _M68K_ASM_H_
-#if defined(PIC)
+#if defined(__PIC__)
#define PIC_PLT(name) name@PLTPC
#else
#define PIC_PLT(name) name