mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 07:09:29 +02:00
* support neg instruction for spilling
git-svn-id: trunk@24189 -
This commit is contained in:
parent
075abd6220
commit
4e4cc4e289
@ -714,7 +714,8 @@ implementation
|
||||
A_FSITOS,A_FSITOD,A_FTOSIS,A_FTOSID,
|
||||
A_FTOUIS,A_FTOUID,A_FUITOS,A_FUITOD,
|
||||
A_SXTB16,A_UXTB16,
|
||||
A_UXTB,A_UXTH,A_SXTB,A_SXTH:
|
||||
A_UXTB,A_UXTH,A_SXTB,A_SXTH,
|
||||
A_NEG:
|
||||
if opnr=0 then
|
||||
result:=operand_write
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user