# HG changeset patch # User yutaka@localhost.localdomain # Date 1272105692 -32400 # Node ID 821ab210cafa1e31689ee69ab5d265053686dcf4 # Parent 5df90e02e34f5934318fe1ebd8d53213fe3e3c22 ugoita!! inData -> outData diff -r 5df90e02e34f -r 821ab210cafa TaskManager/kernel/ppe/HTask.h --- a/TaskManager/kernel/ppe/HTask.h Sat Apr 24 17:25:46 2010 +0900 +++ b/TaskManager/kernel/ppe/HTask.h Sat Apr 24 19:41:32 2010 +0900 @@ -80,7 +80,7 @@ command, index, (unsigned long)addr, size); } Task *t = (Task*)rbuf; - t->set_inData_t(index, addr,size); + t->set_outData_t(index, addr,size); } void add_param_t(memaddr param) { Task *t = (Task*)rbuf; diff -r 5df90e02e34f -r 821ab210cafa example/word_count/Makefile.def --- a/example/word_count/Makefile.def Sat Apr 24 17:25:46 2010 +0900 +++ b/example/word_count/Makefile.def Sat Apr 24 19:41:32 2010 +0900 @@ -7,7 +7,7 @@ # ex linux/ps3 CERIUM = ../../../Cerium -OPT = -O9 +OPT = -g #-O9 CC = g++ CFLAGS = -Wall $(OPT)