Explorar o código

Use CMOV and FCMOV with a condition, the parser should reject without a condition

Pierre Muller %!s(int64=2) %!d(string=hai) anos
pai
achega
a592636d9c
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      tests/test/units/cpu/tcpu1.pp

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

@@ -9,10 +9,10 @@ begin
     begin
       writeln('yes');
       asm
-        cmov %eax,%eax
+        cmove %eax,%eax
         fldz
         fldz
-        fcmovb %st(1)
+        fcmove %st(1)
         fstpl %st(0)
         fstpl %st(0)
       end;