mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-08 07:26:15 +02:00
* fix tcg.a_load_cgparaloc_ref for ref. sizes of 7 on little endian systems
git-svn-id: trunk@37002 -
This commit is contained in:
parent
608aad5dd3
commit
99ce914a61
@ -1202,7 +1202,7 @@ implementation
|
||||
a_op_const_reg_reg(list,OP_SHR,cgsize,32,hreg,hreg);
|
||||
a_load_reg_ref(list,paraloc.size,OS_16,hreg,href);
|
||||
|
||||
inc(href.offset,4);
|
||||
inc(href.offset,2);
|
||||
a_op_const_reg_reg(list,OP_SHR,cgsize,16,hreg,hreg);
|
||||
a_load_reg_ref(list,paraloc.size,OS_8,hreg,href);
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user