mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 17:49:27 +02:00
m68k: when calling g_concatcopy for para copy, still only copy cgpara.intsize amount of bytes
git-svn-id: trunk@36603 -
This commit is contained in:
parent
09a8cafcd7
commit
d5e1b391f9
@ -385,7 +385,7 @@ unit cgcpu;
|
||||
len:=align(cgpara.intsize,cgpara.alignment);
|
||||
g_stackpointer_alloc(list,len);
|
||||
reference_reset_base(href,NR_STACK_POINTER_REG,0,cgpara.alignment,[]);
|
||||
g_concatcopy(list,r,href,len);
|
||||
g_concatcopy(list,r,href,cgpara.intsize);
|
||||
end
|
||||
else
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user