From 94ea214f3257a841628db092cc042dd1408dde1e Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 20 Jan 2008 16:13:20 +0000 Subject: [PATCH] * more spilling fixes git-svn-id: trunk@9820 - --- compiler/m68k/aasmcpu.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/m68k/aasmcpu.pas b/compiler/m68k/aasmcpu.pas index e194476661..d874fd8d50 100644 --- a/compiler/m68k/aasmcpu.pas +++ b/compiler/m68k/aasmcpu.pas @@ -523,8 +523,8 @@ type result:=operand_read; A_CLR, A_SXX: result:=operand_write; - A_NEG, A_EXT, A_EXTB: - result:=operand_write; + A_NEG, A_EXT, A_EXTB, A_NOT: + result:=operand_readwrite; else begin {$WARNING FIX ME!!! remove ugly debug code ... } writeln('M68K: unknown opcode when spilling: ',gas_op2str[opcode]);