Mercurial > hg > Game > Cerium
diff include/TaskManager/SpeNop2Ready.h @ 31:6a77b5e755ab
*** empty log message ***
author | gongo |
---|---|
date | Tue, 12 Feb 2008 13:56:54 +0900 |
parents | 2356238ebea7 |
children |
line wrap: on
line diff
--- a/include/TaskManager/SpeNop2Ready.h Tue Feb 12 11:18:48 2008 +0900 +++ b/include/TaskManager/SpeNop2Ready.h Tue Feb 12 13:56:54 2008 +0900 @@ -9,6 +9,8 @@ # include "SpeNop.h" #endif +#include "error.h" + class SpeNop2Ready : public SpeNop { public: /* constructor */ @@ -18,10 +20,13 @@ DmaManager* connector; /* functions */ - void read(void); void exec(void); - void write(void); SpeTaskBase* next(SpeManager *, SpeTaskBase *); + +#if DEBUG + void read(void) { __debug("[SpeNop2Ready:%s]\n", __FUNCTION__); } + void write(void) { __debug("[SpeNop2Ready:%s]\n", __FUNCTION__); } +#endif }; #endif