mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 18:29:09 +02:00
* fixed type in second_class_to_intf if the class was in a LOC_REGISTER
git-svn-id: trunk@32422 -
This commit is contained in:
parent
118f3c8049
commit
a55e9a8b0a
@ -699,7 +699,10 @@ interface
|
||||
hlcg.a_load_reg_reg(current_asmdata.CurrAsmList,left.resultdef,resultdef,left.location.register,location.register);
|
||||
end;
|
||||
LOC_REGISTER:
|
||||
location.register:=left.location.register;
|
||||
begin
|
||||
location.register:=left.location.register;
|
||||
hlcg.g_ptrtypecast_reg(current_asmdata.CurrAsmList,left.resultdef,resultdef,location.register);
|
||||
end
|
||||
else
|
||||
internalerror(121120001);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user