From e963cba8a13b78042d0b75840a4e7f40f294113a Mon Sep 17 00:00:00 2001 From: Ken Thompson Date: Fri, 25 Jul 2008 15:55:12 -0700 Subject: select R=r APPROVED=r DELTA=147 (94 added, 14 deleted, 39 changed) OCL=13477 CL=13477 --- src/runtime/runtime.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/runtime/runtime.h') diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h index fe6ef5457a..9ee7534926 100644 --- a/src/runtime/runtime.h +++ b/src/runtime/runtime.h @@ -107,9 +107,10 @@ struct G byte* stack0; // first stack segment Gobuf sched; G* alllink; // on allq - int32 status; + void* param; // passed parameter on wakeup + int16 status; int32 goid; - int64 selgen; // valid sudog pointer + int32 selgen; // valid sudog pointer }; struct M { -- cgit v1.3-5-g9baa