XObject SetNativePointer: Added flag to disable asserts on uninitialized memory

This commit is contained in:
Dr. Chat
2015-05-16 18:47:33 -05:00
parent 6adde32558
commit 662fa97444
3 changed files with 7 additions and 4 deletions

View File

@@ -146,7 +146,7 @@ X_STATUS XThread::Create() {
}
// Set native info.
SetNativePointer(thread_state_address_);
SetNativePointer(thread_state_address_, true);
XUserModule* module = kernel_state()->GetExecutableModule();