diff options
Diffstat (limited to 'sys/powerpc/include/profile.h')
-rw-r--r-- | sys/powerpc/include/profile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/include/profile.h b/sys/powerpc/include/profile.h index eb11fc9..5c578c4 100644 --- a/sys/powerpc/include/profile.h +++ b/sys/powerpc/include/profile.h @@ -119,7 +119,7 @@ __asm( " .text \n" \ " blr \n"); #else -#ifdef PIC +#ifdef __PIC__ #define _PLT "@plt" #else #define _PLT |