소스 검색

Fix for test tw19368

git-svn-id: trunk@19643 -
pierre 13 년 전
부모
커밋
85862e476b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/x86/nx86add.pas

+ 1 - 1
compiler/x86/nx86add.pas

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