[fpc-devel] threadvar implementation
Hans-Peter Diettrich
DrDiettrich1 at aol.com
Tue Aug 3 01:37:58 CEST 2010
Michael Schnell schrieb:
>> You only have to determine the flat address, before storing it in the
>> pointer variable - @MyThreadvar?
> How do you think this is possible ? How to you think it's possible in
> FPC to define a pointer that does not use DS to access the memory
> location ?
No need to do so. Every accessible byte must reside in the 32/64 bit
address space, so it is addressable by DS and an offset.
DoDi
More information about the fpc-devel
mailing list