mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-30 20:39:16 +02:00
+ check vmt when loading one, fixes tw2318b
git-svn-id: trunk@1660 -
This commit is contained in:
parent
01249991dc
commit
3f2f8609e3
@ -2205,6 +2205,7 @@ implementation
|
||||
vmtreg:=cg.getaddressregister(list);
|
||||
cg.g_maybe_testself(list,href.base);
|
||||
cg.a_load_ref_reg(list,OS_ADDR,OS_ADDR,href,vmtreg);
|
||||
cg.g_maybe_testvmt(list,vmtreg,objdef);
|
||||
end;
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user