Mercurial > hg > Game > Cerium
diff TaskManager/Cell/SpeThreads.cc @ 736:1b225972ae88 draft
cut printf
author | hiroki@localhost.localdomain |
---|---|
date | Sun, 27 Dec 2009 20:39:33 +0900 |
parents | 7ba4ad4538b1 |
children | fb49e881f2ed |
line wrap: on
line diff
--- a/TaskManager/Cell/SpeThreads.cc Fri Dec 25 20:20:40 2009 +0900 +++ b/TaskManager/Cell/SpeThreads.cc Sun Dec 27 20:39:33 2009 +0900 @@ -1,6 +1,7 @@ #include <stdlib.h> #include "types.h" #include "SpeThreads.h" +#include "Scheduler.h" SpeThreads::SpeThreads(int num) : spe_num(num) {} @@ -44,8 +45,7 @@ | (stop_info.result.spe_signal_code & 0xff); switch(stop_info.stop_reason) { - case SPE_EXIT: - //printf("SPE_EXIT stop_info.result.stop_exit_code=0x%x\n", stop_info.result.spe_exit_code); + case SPE_EXIT: break; case SPE_STOP_AND_SIGNAL: printf("[SPE %d] SPE_STOP_AND_SIGNAL stop_info.result.stop_signal_code=%d\n", arg_t->speid, stop_info.result.spe_signal_code);