Fixing livelock caused by lf stuff (or at least making it harder to hit).
This commit is contained in:
@@ -47,6 +47,7 @@ class ThreadState : public alloy::runtime::ThreadState {
|
||||
|
||||
// Stash pointers to common structures that callbacks may need.
|
||||
context_->reserve_address = memory_->reserve_address();
|
||||
context_->reserve_value = memory_->reserve_value();
|
||||
context_->membase = memory_->membase();
|
||||
context_->runtime = runtime;
|
||||
context_->thread_state = this;
|
||||
|
||||
Reference in New Issue
Block a user