瀏覽代碼

* quick hack for fnstsww which is not supported under linux as

peter 25 年之前
父節點
當前提交
55537f904c
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      compiler/ag386att.pas

+ 5 - 1
compiler/ag386att.pas

@@ -700,6 +700,7 @@ unit ag386att;
                s:=#9+att_op2str[op]+cond2str[paicpu(hp)^.condition];
                if (not calljmp) and
                   (att_needsuffix[op]<>AttSufNONE) and
+                  (op<>A_FNSTSW) and
                   not(
                    (paicpu(hp)^.oper[0].typ=top_reg) and
                    (paicpu(hp)^.oper[0].reg in [R_ST..R_ST7])
@@ -871,7 +872,10 @@ unit ag386att;
 end.
 {
   $Log$
-  Revision 1.24  2000-01-28 09:41:39  peter
+  Revision 1.25  2000-02-07 17:51:20  peter
+    * quick hack for fnstsww which is not supported under linux as
+
+  Revision 1.24  2000/01/28 09:41:39  peter
     * fixed fpu suffix parsing for att reader
 
   Revision 1.23  2000/01/07 01:14:18  peter