mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 09:29:26 +02:00
* removed a debug writeln, unfortunately commited by r15077
git-svn-id: trunk@15079 -
This commit is contained in:
parent
5a588e5f06
commit
6560ed87e9
@ -632,7 +632,6 @@
|
|||||||
Getter.Data := Instance;
|
Getter.Data := Instance;
|
||||||
if Assigned(IEntry) and Assigned(Instance) then
|
if Assigned(IEntry) and Assigned(Instance) then
|
||||||
begin
|
begin
|
||||||
writeln(IEntry^.IType);
|
|
||||||
case IEntry^.IType of
|
case IEntry^.IType of
|
||||||
etStandard:
|
etStandard:
|
||||||
Pointer(Obj) := PByte(instance)+IEntry^.IOffset;
|
Pointer(Obj) := PByte(instance)+IEntry^.IOffset;
|
||||||
|
Loading…
Reference in New Issue
Block a user