mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 03:09:31 +01:00
* fixed previous commit
This commit is contained in:
parent
9868155d53
commit
a23c7932cf
@ -1701,7 +1701,7 @@ const
|
|||||||
list.concat(taicpu.op_reg_reg_reg(A_ADD,r,ref2.base,ref2.index))
|
list.concat(taicpu.op_reg_reg_reg(A_ADD,r,ref2.base,ref2.index))
|
||||||
else if (ref2.base <> NR_NO) and
|
else if (ref2.base <> NR_NO) and
|
||||||
(r <> ref2.base) then
|
(r <> ref2.base) then
|
||||||
a_load_reg_reg(list,OS_ADDR,OS_ADDR,r,ref2.base)
|
a_load_reg_reg(list,OS_ADDR,OS_ADDR,ref2.base,r)
|
||||||
else
|
else
|
||||||
list.concat(taicpu.op_reg_const(A_LI,r,0));
|
list.concat(taicpu.op_reg_const(A_LI,r,0));
|
||||||
if freereg then
|
if freereg then
|
||||||
@ -2292,7 +2292,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.159 2004-02-07 15:01:05 jonas
|
Revision 1.160 2004-02-08 14:50:13 jonas
|
||||||
|
* fixed previous commit
|
||||||
|
|
||||||
|
Revision 1.159 2004/02/07 15:01:05 jonas
|
||||||
* changed an explicit mr to a_load_reg_reg so it's registered with the
|
* changed an explicit mr to a_load_reg_reg so it's registered with the
|
||||||
register allocator as move
|
register allocator as move
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user