Pretty sure ARM/Thread serialization works now

This commit is contained in:
Hamish Milne
2020-02-13 17:42:12 +08:00
committed by zhupengfei
parent c983528862
commit 246ae84a52
8 changed files with 40 additions and 13 deletions
-1
View File
@@ -172,7 +172,6 @@ private:
ar& ready_queue;
ar& wakeup_callback_table;
ar& thread_list;
SwitchContext(current_thread.get());
}
};