* fixed register name

git-svn-id: trunk@3361 -
This commit is contained in:
florian 2006-04-29 15:50:49 +00:00
parent 593c23be6e
commit a0ab5d7fb5

View File

@ -78,7 +78,7 @@ end;
function InterLockedCompareExchange(var Target: longint; Compare, NewValue: longint): longint; assembler;
asm
{$ifdef win64}
movl %r8l,%eax
movl %r8d,%eax
lock
cmpxchgl %edx,(%rcx)
{$else win64}