Explorar el Código

* spilling for neg, ext and extb fixed

git-svn-id: trunk@9819 -
florian hace 17 años
padre
commit
50294418bc
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      compiler/m68k/aasmcpu.pas

+ 3 - 1
compiler/m68k/aasmcpu.pas

@@ -521,7 +521,9 @@ type
             end;
           A_TST,A_CMP,A_CMPI:
             result:=operand_read;
-          A_CLR, A_NEG, A_SXX, A_EXT:
+          A_CLR, A_SXX:
+            result:=operand_write;
+          A_NEG, A_EXT, A_EXTB:
             result:=operand_write;
           else begin
 {$WARNING FIX ME!!! remove ugly debug code ... }