Add // to acid thread line so it is executable.
Remove p9fork.
This commit is contained in:
parent
05d8c6df6c
commit
4fbe07e1db
2 changed files with 3 additions and 5 deletions
|
|
@ -116,7 +116,7 @@ defn threadfmt(T){
|
|||
local A, yes, i, P, s;
|
||||
|
||||
P = (Proc)T.proc;
|
||||
s = "t=(Thread)"+itoa(T, "%-10x")+" ";
|
||||
s = "t=(Thread)"+itoa(T, "%-10x")+" // ";
|
||||
|
||||
if T.state == Running then
|
||||
s = s + "Running ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue