Merging Runtime into Processor.
This commit is contained in:
@@ -182,7 +182,7 @@ X_STATUS XThread::Create() {
|
||||
// Allocate processor thread state.
|
||||
// This is thread safe.
|
||||
thread_state_ =
|
||||
new ThreadState(kernel_state()->processor()->runtime(), thread_id_, 0,
|
||||
new ThreadState(kernel_state()->processor(), thread_id_, 0,
|
||||
creation_params_.stack_size, thread_state_address_);
|
||||
|
||||
X_STATUS return_code = PlatformCreate();
|
||||
|
||||
Reference in New Issue
Block a user