Mercurial > hg > CbC > CbC_gcc
diff CbC-examples/conv.c @ 22:0eb6cac880f0
add cbc example of quicksort.
author | kent <kent@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Oct 2009 17:15:58 +0900 |
parents | 959d4c8c8abc |
children |
line wrap: on
line diff
--- a/CbC-examples/conv.c Tue Sep 29 20:15:16 2009 +0900 +++ b/CbC-examples/conv.c Tue Oct 13 17:15:58 2009 +0900 @@ -64,7 +64,7 @@ __code main_return(int i,stack sp) { printf("#0061:%d\n",i); - goto (( (struct main_continuation *)sp)->main_ret)(0, + goto (( (struct main_continuation *)sp)->main_ret)(i, ((struct main_continuation *)sp)->env); }