Add // to acid thread line so it is executable.

Remove p9fork.
This commit is contained in:
rsc 2004-09-23 03:25:29 +00:00
parent 05d8c6df6c
commit 4fbe07e1db
2 changed files with 3 additions and 5 deletions

View file

@ -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 ";