Skip to content

Commit 240be90

Browse files
committed
Add P_ITHREAD to the string formatting bits.
1 parent 2ef296b commit 240be90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sys/sys/proc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ struct proc {
384384
"\010SINTR\012SYSTEM" \
385385
"\013TIMEOUT\016WEXIT\020OWEUPC\024SUSPSINGLE" \
386386
"\027SYSTRACE\030CONTINUED\033THREAD" \
387-
"\034SUSPSIG\035SOFTDEP\037CPUPEG")
387+
"\034SUSPSIG\035SOFTDEP\036ITHREAD\037CPUPEG")
388388

389389
#define THREAD_PID_OFFSET 1000000
390390

0 commit comments

Comments
 (0)