mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 10:45:08 +02:00
* more spilling fixes
git-svn-id: trunk@9820 -
This commit is contained in:
parent
50294418bc
commit
94ea214f32
@ -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]);
|
||||
|
Loading…
Reference in New Issue
Block a user