mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 12:10:45 +02:00
* Don't assume pointers are 8 bytes.
git-svn-id: trunk@7981 -
This commit is contained in:
parent
09fa6b5893
commit
20a804152d
@ -382,7 +382,7 @@ interface
|
||||
location_reset(location,LOC_REFERENCE,OS_NO);
|
||||
location.reference:=r;
|
||||
cg.a_load_const_ref(current_asmdata.currasmlist,OS_ADDR,0,r);
|
||||
inc(r.offset,8);
|
||||
inc(r.offset,sizeof(aword));
|
||||
cg.a_load_const_ref(current_asmdata.currasmlist,OS_ADDR,0,r);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user