* i8086 far data memory model fix in tcgloadnode.generate_nested_access.

The system unit now compiles in the compact and large memory models again.

git-svn-id: trunk@27341 -
This commit is contained in:
nickysn 2014-03-29 18:32:01 +00:00
parent 75f29aacc3
commit 0082db46ea

View File

@ -241,7 +241,7 @@ implementation
internalerror(200309286);
if lvs.localloc.loc<>LOC_REFERENCE then
internalerror(200409241);
reference_reset_base(location.reference,left.location.register,lvs.localloc.reference.offset,lvs.localloc.reference.alignment);
hlcg.reference_reset_base(location.reference,left.resultdef,left.location.register,lvs.localloc.reference.offset,lvs.localloc.reference.alignment);
end;