Fix fcmove instruction for external assemblers

This commit is contained in:
Pierre Muller 2022-12-10 19:59:05 +00:00
parent e2905b8fad
commit 96c63c4443

View File

@ -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;