mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 07:19:27 +02:00
* OS_INT => OS_32
git-svn-id: branches/avr@17108 -
This commit is contained in:
parent
d4ff3b2eb6
commit
f5694da7bc
@ -208,8 +208,8 @@ interface
|
||||
{$ifndef cpu64bitalu}
|
||||
if location.size in [OS_64,OS_S64] then
|
||||
begin
|
||||
location.register64.reglo := cg.getintregister(current_asmdata.CurrAsmList,OS_INT);
|
||||
location.register64.reghi := cg.getintregister(current_asmdata.CurrAsmList,OS_INT);
|
||||
location.register64.reglo := cg.getintregister(current_asmdata.CurrAsmList,OS_32);
|
||||
location.register64.reghi := cg.getintregister(current_asmdata.CurrAsmList,OS_32);
|
||||
end
|
||||
else
|
||||
{$endif}
|
||||
|
@ -177,7 +177,7 @@ interface
|
||||
begin
|
||||
if left.location.size in [OS_64,OS_S64] then
|
||||
begin
|
||||
hregister:=cg.getintregister(current_asmdata.CurrAsmList,OS_INT);
|
||||
hregister:=cg.getintregister(current_asmdata.CurrAsmList,OS_32);
|
||||
cg.a_load_ref_reg(current_asmdata.CurrAsmList,OS_32,OS_32,left.location.reference,hregister);
|
||||
href:=left.location.reference;
|
||||
inc(href.offset,4);
|
||||
|
Loading…
Reference in New Issue
Block a user