mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 18:00:43 +02:00
* fix trgcpu.do_spill_replace for sparc64
git-svn-id: trunk@36998 -
This commit is contained in:
parent
08fd0b1c5c
commit
b8354b9b60
@ -196,7 +196,7 @@ implementation
|
||||
else if get_alias(getsupreg(instr.oper[1]^.reg))=orgreg then
|
||||
begin
|
||||
if (regtype=R_INTREGISTER) then
|
||||
instr.opcode:=A_ST
|
||||
instr.opcode:=A_ST_R
|
||||
else if (getsubreg(instr.oper[1]^.reg)=R_SUBFS) then
|
||||
instr.opcode:=A_STF
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user