mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:29:27 +02:00
* fixed alignment initialisation of temprary dst reference in
g_concatcopy_unaligned() git-svn-id: trunk@14287 -
This commit is contained in:
parent
be8470125f
commit
b30b7ee6b1
@ -1266,7 +1266,7 @@ implementation
|
||||
else
|
||||
begin
|
||||
reference_reset(src,source.alignment);
|
||||
reference_reset(dst,dst.alignment);
|
||||
reference_reset(dst,dest.alignment);
|
||||
{ load the address of source into src.base }
|
||||
src.base:=GetAddressRegister(list);
|
||||
a_loadaddr_ref_reg(list,source,src.base);
|
||||
|
Loading…
Reference in New Issue
Block a user