Mercurial > hg > Game > Cerium
diff TaskManager/kernel/ppe/Task.cc @ 1551:57317332f6ef draft
create fft example
author | Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 17 Feb 2013 12:59:12 +0900 |
parents | 1b225972ae88 |
children |
line wrap: on
line diff
--- a/TaskManager/kernel/ppe/Task.cc Fri Feb 15 16:02:43 2013 +0900 +++ b/TaskManager/kernel/ppe/Task.cc Sun Feb 17 12:59:12 2013 +0900 @@ -9,8 +9,8 @@ "outData size %d\n", command, size(), param_count, inData_count, outData_count ); for(int i=0; i< param_count && i<5; i++) { - // large param_count shall be a bug - s->printf("param %d = 0x%ld\n", i, (long)param(i)); + // large param_count shall be a bug + s->printf("param %d = 0x%ld\n", i, (long)param(i)); } }