mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 16:39:36 +01:00
* fixed offsets used by stmw/lmw
git-svn-id: trunk@2084 -
This commit is contained in:
parent
f8c25e9905
commit
6c30925e04
@ -1154,7 +1154,7 @@ const
|
||||
{ with RS_R30 it's also already smaller, but too big a speed trade-off to make }
|
||||
(firstregint <= RS_R29)) then
|
||||
begin
|
||||
dec(href.offset,(RS_R31-firstregint+1)*sizeof(aint));
|
||||
dec(href.offset,(RS_R31-firstregint)*sizeof(aint));
|
||||
list.concat(taicpu.op_reg_ref(A_STMW,newreg(R_INTREGISTER,firstregint,R_SUBNONE),href));
|
||||
end
|
||||
else
|
||||
@ -1296,7 +1296,7 @@ const
|
||||
{ with RS_R30 it's also already smaller, but too big a speed trade-off to make }
|
||||
(firstregint <= RS_R29)) then
|
||||
begin
|
||||
dec(href.offset,(RS_R31-firstregint+1)*sizeof(aint));
|
||||
dec(href.offset,(RS_R31-firstregint)*sizeof(aint));
|
||||
list.concat(taicpu.op_reg_ref(A_LMW,newreg(R_INTREGISTER,firstregint,R_SUBNONE),href));
|
||||
end
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user