mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 14:09:59 +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^.loc:=LOC_REGISTER;
|
||||
paraloc^.register:=hlcg.getaddressregister(list,paraloc^.def);
|
||||
paraloc^.shiftval:=0;
|
||||
{ remove all other paralocs }
|
||||
nextloc:=paraloc^.next;
|
||||
while assigned(nextloc) do
|
||||
|
Loading…
Reference in New Issue
Block a user