git-svn-id: trunk@21974 -
@@ -24,9 +24,11 @@ begin
{$else darwin}
addl $_GLOBAL_OFFSET_TABLE_+1,%ecx
movdqa %xmm1,%xmm2
- movdqa q@GOT(%ecx),%xmm4
+ movl q@GOT(%ecx),%eax
+ movdqa (%eax),%xmm4
psubq %xmm1,%xmm2
- psubq q@GOT(%ecx),%xmm4
+ psubq (%eax),%xmm4
{$endif darwin}
{$else FPC_PIC}