diff TaskManager/Cell/spe/MailQueue.h @ 1009:c67379f9d411

not yet....
author yutaka@localhost.localdomain
date Thu, 28 Oct 2010 13:00:51 +0900
parents b48fffbba5fc
children
line wrap: on
line diff
--- a/TaskManager/Cell/spe/MailQueue.h	Thu Oct 28 08:43:38 2010 +0900
+++ b/TaskManager/Cell/spe/MailQueue.h	Thu Oct 28 13:00:51 2010 +0900
@@ -8,7 +8,7 @@
     MailQueue *prev; // 4 byte
     MailQueue *waiter; // 4 byte
 
-    void init() { data = 0; waiter=this; }
+    void init() { data = 0; }
     void initOnce() {}
     void freeOnce() {}