# HG changeset patch # User anatofuz # Date 1579579625 -32400 # Node ID 00e5213ebabe6071fd75d7cb8708b389bbf99140 # Parent 8c39a36878b18517054198d9e4aa17b302b0f044 remove_skip_annotation diff -r 8c39a36878b1 -r 00e5213ebabe src/impl/file_impl_pipe.cbc --- a/src/impl/file_impl_pipe.cbc Mon Jan 20 17:45:25 2020 +0900 +++ b/src/impl/file_impl_pipe.cbc Tue Jan 21 13:07:05 2020 +0900 @@ -34,7 +34,7 @@ file->close = C_closepipe; return file; } -//Skip: generate_context + __code statpipe(struct pipe* file, struct stat* st, __code next(...)) { //:skip goto next(...); @@ -62,7 +62,6 @@ } -//Skip: generate_context __code cbc_sleep(struct pipe* p, unit* nread, struct spinlock* lock, __code next(...), __code pread(...)){ //:skip if(proc == 0) { goto cbc_context->panic("sleep"); @@ -79,7 +78,6 @@ goto cbc_sched(cbc_sleep1); } -//Skip: generate_context __code cbc_sched_stub(struct pipe* p, unit* nread, struct spinlock* lock, __code next(...), __code pread(...)){ //:skip proc->chan = chan; proc->state = SLEEPING;