aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2014-11-21 02:05:48 +0000
committerEd Maste <emaste@FreeBSD.org>2014-11-21 02:05:48 +0000
commit688fd61ae82483889429492fdd958c18edfd5b4f (patch)
tree9eebff29c016aa690ddbb8ca4e33ff42270a0d1c /sys/sparc64
parent009ad003a20f05d06179b16990f7e78aae17be5e (diff)
Notes
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/include/asm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/include/asm.h b/sys/sparc64/include/asm.h
index dea06c547f9e..8a9f3548517d 100644
--- a/sys/sparc64/include/asm.h
+++ b/sys/sparc64/include/asm.h
@@ -41,7 +41,7 @@
#include <sys/cdefs.h>
-#ifdef PIC
+#ifdef __PIC__
#define PIC_PROLOGUE(r1, r2) \
sethi %hi(_GLOBAL_OFFSET_TABLE_-4), r1 ; \
rd %pc, r2 ; \