Commit 6392dcb4 authored by cocoeoli's avatar cocoeoli
Browse files

Fix qemu pause bug:

	When typing pause command in the zvm, system may excete to a
null pointer address. The reason is that the schduler marks the thread as
a queued thread in the running qeueu, but  dose not add it to the real
queue which make a illegal access.
signed-off-by: default avatarChenglai <Xiong&lt;xiongcl@hnu.edu.cn>
parent 0ddedfa2
Showing with 17 additions and 6 deletions
+17 -6
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment