mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 16:06:09 +02:00
* reset shiftval when transforming a paraloc into an llvm paraloc
git-svn-id: trunk@32690 -
This commit is contained in:
parent
0df558af36
commit
698ca04d90
@ -144,6 +144,7 @@ unit llvmpara;
|
|||||||
paraloc^.size:=def_cgsize(paraloc^.def);
|
paraloc^.size:=def_cgsize(paraloc^.def);
|
||||||
paraloc^.loc:=LOC_REGISTER;
|
paraloc^.loc:=LOC_REGISTER;
|
||||||
paraloc^.register:=hlcg.getaddressregister(list,paraloc^.def);
|
paraloc^.register:=hlcg.getaddressregister(list,paraloc^.def);
|
||||||
|
paraloc^.shiftval:=0;
|
||||||
{ remove all other paralocs }
|
{ remove all other paralocs }
|
||||||
nextloc:=paraloc^.next;
|
nextloc:=paraloc^.next;
|
||||||
while assigned(nextloc) do
|
while assigned(nextloc) do
|
||||||
|
Loading…
Reference in New Issue
Block a user