[fpc-devel] RTTI module and "IsManaged" critical problem

Sven Barth pascaldragon at googlemail.com
Wed Dec 14 20:06:45 CET 2016


On 14.12.2016 13:09, Maciej Izak wrote:
> 
> 2016-12-14 11:17 GMT+01:00 Sven Barth <pascaldragon at googlemail.com
> <mailto:pascaldragon at googlemail.com>>:
> 
>     It should be a Pointer of course, not a PPointer... I will correct
>     that later on (I shouldn't commit code that late -.- ).
> 
> So I will wait again ^^

I found the "problem": write_rtti_ref() will always write an indirect
reference (which is by design), so I adjusted the code that it will
really write a direct one. Bye, bye, one level of indirection ;)

Regards,
Sven




More information about the fpc-devel mailing list