thread.cpp
438 Bytes
-
Fix: change thread impelmentation to point to the correct memory region. · db8bd0b9
The local storage per thread is only a pointer, this must be assigned AFTER the local storage object has moved to it's final location (e.g. on the stack of the caller). We might even change this a little further in the future to make the location of the state object more transparent.
FritzFlorian committed