| 89 | }; |
| 90 | #if defined(__i386__) |
| 91 | int coctx_init( coctx_t *ctx ) |
| 92 | { |
| 93 | memset( ctx,0,sizeof(*ctx)); |
| 94 | return 0; |
| 95 | } |
| 96 | int coctx_make( coctx_t *ctx,coctx_pfn_t pfn,const void *s,const void *s1 ) |
| 97 | { |
| 98 | //make room for coctx_param |
no outgoing calls
no test coverage detected