Mercurial > hg > Members > kono > Cerium
diff example/MemList/main.cc @ 395:8c5fa57128cb
chain on SPE
author | game@localhost.localdomain |
---|---|
date | Thu, 17 Sep 2009 16:55:18 +0900 |
parents | eab18aa0c7f6 |
children | 00fe05184a02 |
line wrap: on
line diff
--- a/example/MemList/main.cc Wed Sep 16 22:33:40 2009 +0900 +++ b/example/MemList/main.cc Thu Sep 17 16:55:18 2009 +0900 @@ -16,6 +16,7 @@ -cpu Number of SPE (default 1) \n \ -count Number of task is print \"Hello, World!!\""; + void test1(MemList* active, MemList* freelist, uint32 size, uint32 count) { @@ -32,6 +33,7 @@ printf("test1\n"); } + int TMmain(int argc, char *argv[]) {