comparison example/HelloWorld/main.cc @ 1012:bba03a6843ba

fix HelloWorld
author one@zeus.cr.ie.u-ryukyu.ac.jp
date Mon, 01 Nov 2010 18:27:19 +0900
parents ccf78a465459
children 1e243714cf3c
comparison
equal deleted inserted replaced
1011:46c54dd20d1c 1012:bba03a6843ba
36 /** 36 /**
37 * Create Task 37 * Create Task
38 * create_task(Task ID); 38 * create_task(Task ID);
39 */ 39 */
40 40
41 HTask *hello = manager->create_task(HELLO_TASK); 41 HTask *hello = manager->create_task(Hello);
42 42
43 /** 43 /**
44 * Select CPU 44 * Select CPU
45 * SPE_0, SPE_1, SPE_2, SPE_3, SPE_4, SPE_5, SPE_ANY 45 * SPE_0, SPE_1, SPE_2, SPE_3, SPE_4, SPE_5, SPE_ANY
46 * if you do not call this, execute PPE. 46 * if you do not call this, execute PPE.