mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:29:26 +02:00
Fix for test tw19368
git-svn-id: trunk@19643 -
This commit is contained in:
parent
b19cab9802
commit
85862e476b
@ -960,7 +960,7 @@ unit nx86add;
|
||||
|
||||
{ load fpu flags }
|
||||
cg.getcpuregister(current_asmdata.CurrAsmList,NR_AX);
|
||||
emit_reg(A_FNSTSW,S_NO,NR_AX);
|
||||
emit_reg(A_FSTSW,S_NO,NR_AX);
|
||||
emit_none(A_SAHF,S_NO);
|
||||
cg.ungetcpuregister(current_asmdata.CurrAsmList,NR_AX);
|
||||
if nf_swapped in flags then
|
||||
|
Loading…
Reference in New Issue
Block a user