mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 05:00:07 +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
|
||||
fldz
|
||||
fldz
|
||||
fcmove %st(1)
|
||||
fcmove %st(1),%st(0)
|
||||
fstpl %st(0)
|
||||
fstpl %st(0)
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user