mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 01:49:20 +02:00
* load an objc classrefdef as objc_idtype, as that is also how we type
the self parameter in Objective-C class methods git-svn-id: trunk@32913 -
This commit is contained in:
parent
5959f45694
commit
dacfb1a6ff
@ -134,7 +134,7 @@ implementation
|
||||
objcfinishstringrefpoolentry(entry,sp_objcclassnames,sec_objc_cls_refs,sec_objc_class_names);
|
||||
end;
|
||||
reference_reset_symbol(href,tasmlabel(entry^.Data),0,voidpointertype.size);
|
||||
hlcg.a_load_ref_reg(current_asmdata.CurrAsmList,voidpointertype,voidpointertype,href,location.register);
|
||||
hlcg.a_load_ref_reg(current_asmdata.CurrAsmList,objc_idtype,objc_idtype,href,location.register);
|
||||
end;
|
||||
end
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user