Browse Source

Fix fcmove instruction for external assemblers

Pierre Muller 2 năm trước cách đây
mục cha
commit
96c63c4443
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/test/units/cpu/tcpu1.pp

+ 1 - 1
tests/test/units/cpu/tcpu1.pp

@@ -12,7 +12,7 @@ begin
         cmove %eax,%eax
         fldz
         fldz
-        fcmove %st(1)
+        fcmove %st(1),%st(0)
         fstpl %st(0)
         fstpl %st(0)
       end;