* more spilling fixes

git-svn-id: trunk@9820 -
This commit is contained in:
florian 2008-01-20 16:13:20 +00:00
parent 50294418bc
commit 94ea214f32

View File

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