Mercurial > hg > CbC > CbC_xv6
diff src/interface/CbCProc.h @ 375:4a4950e400b8
...
author | anatofuz |
---|---|
date | Tue, 07 Jul 2020 16:05:38 +0900 |
parents | bbca1e5fb946 |
children | 718e7398b2c3 |
line wrap: on
line diff
--- a/src/interface/CbCProc.h Tue Jul 07 15:52:29 2020 +0900 +++ b/src/interface/CbCProc.h Tue Jul 07 16:05:38 2020 +0900 @@ -5,4 +5,5 @@ __code wakeup(Impl* cbc_proc, void* chan, __code next1(...)); __code wakeup1(Impl* cbc_proc, void* chan, __code next(...)); __code next(....); + __code next1(...); } CbCProc;