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

git-svn-id: trunk@22724 -
This commit is contained in:
svenbarth 2012-10-18 20:10:24 +00:00
parent e01c7603b8
commit 83da4592d3

View File

@ -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;