* 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:
florian 2017-08-21 09:08:02 +00:00
parent 608aad5dd3
commit 99ce914a61

View File

@ -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