mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-05 00:12:01 +01:00
* tx86addnode.second_cmpfloat: do not emit a fwait after fstsw as my own testing
on a true i8087 showed that the fwait isn't necessary git-svn-id: trunk@26244 -
This commit is contained in:
parent
f23c521c50
commit
ada9ccf6a6
@ -1243,7 +1243,6 @@ unit nx86add;
|
||||
begin
|
||||
tg.gettemp(current_asmdata.CurrAsmList,2,2,tt_normal,tmpref);
|
||||
emit_ref(A_FSTSW,S_NO,tmpref);
|
||||
emit_none(A_FWAIT,S_NO);
|
||||
cg.getcpuregister(current_asmdata.CurrAsmList,NR_AX);
|
||||
emit_ref_reg(A_MOV,S_W,tmpref,NR_AX);
|
||||
emit_none(A_SAHF,S_NO);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user