|
@@ -181,7 +181,7 @@ unit cgcpu;
|
|
a_load_ref_reg(list,location^.size,location^.size,tmpref,location^.register);
|
|
a_load_ref_reg(list,location^.size,location^.size,tmpref,location^.register);
|
|
LOC_REFERENCE:
|
|
LOC_REFERENCE:
|
|
begin
|
|
begin
|
|
- reference_reset_base(ref,location^.reference.index,location^.reference.offset,araloc.alignment);
|
|
|
|
|
|
+ reference_reset_base(ref,location^.reference.index,location^.reference.offset,paraloc.alignment);
|
|
{ doubles in softemu mode have a strange order of registers and references }
|
|
{ doubles in softemu mode have a strange order of registers and references }
|
|
if location^.size=OS_32 then
|
|
if location^.size=OS_32 then
|
|
g_concatcopy(list,tmpref,ref,4)
|
|
g_concatcopy(list,tmpref,ref,4)
|