浏览代码

m68k/aasmcpu, taicpu.spilling_get_operation_type: add support for A_SUBX

git-svn-id: trunk@22724 -
svenbarth 12 年之前
父节点
当前提交
83da4592d3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/m68k/aasmcpu.pas

+ 1 - 1
compiler/m68k/aasmcpu.pas

@@ -512,7 +512,7 @@ type
     function taicpu.spilling_get_operation_type(opnr: longint): topertype;
       begin
         case opcode of
-          A_MOVE, A_MOVEQ, A_ADD, A_ADDQ, A_ADDX, A_SUB, A_SUBQ,
+          A_MOVE, A_MOVEQ, A_ADD, A_ADDQ, A_ADDX, A_SUB, A_SUBQ, A_SUBX,
           A_AND, A_LSR, A_LSL, A_ASR, A_ASL, A_EOR, A_EORI, A_OR:
             if opnr=1 then begin
               result:=operand_write;