* Fixed GOT address calculation (must take 'pop ecx' instruction into account)

git-svn-id: trunk@21758 -
This commit is contained in:
sergei 2012-07-02 14:28:37 +00:00
parent c02351da63
commit b497d53a98

View File

@ -22,7 +22,7 @@ begin
psubq %xmm1,%xmm2
psubq q-.LPIC(%ecx),%xmm4
{$else darwin}
addl $_GLOBAL_OFFSET_TABLE_,%ecx
addl $_GLOBAL_OFFSET_TABLE_+1,%ecx
movdqa %xmm1,%xmm2
movdqa q@GOT(%ecx),%xmm4
psubq %xmm1,%xmm2