Explorar o código

Fix fcmove instruction for external assemblers

Pierre Muller %!s(int64=2) %!d(string=hai) anos
pai
achega
96c63c4443
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;