Browse Source

* spilling for neg, ext and extb fixed

git-svn-id: trunk@9819 -
florian 17 năm trước cách đây
mục cha
commit
50294418bc
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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 ... }