浏览代码

* spilling for neg, ext and extb fixed

git-svn-id: trunk@9819 -
florian 17 年之前
父节点
当前提交
50294418bc
共有 1 个文件被更改,包括 3 次插入1 次删除
  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 ... }