mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 07:46:00 +02:00
Fix fcmove instruction for external assemblers
This commit is contained in:
parent
e2905b8fad
commit
96c63c4443
@ -12,7 +12,7 @@ begin
|
|||||||
cmove %eax,%eax
|
cmove %eax,%eax
|
||||||
fldz
|
fldz
|
||||||
fldz
|
fldz
|
||||||
fcmove %st(1)
|
fcmove %st(1),%st(0)
|
||||||
fstpl %st(0)
|
fstpl %st(0)
|
||||||
fstpl %st(0)
|
fstpl %st(0)
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user