diff TaskManager/kernel/spe/SpeExit.cc @ 3:2356238ebea7

*** empty log message ***
author gongo
date Tue, 05 Feb 2008 20:22:50 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TaskManager/kernel/spe/SpeExit.cc	Tue Feb 05 20:22:50 2008 +0900
@@ -0,0 +1,13 @@
+#include <stdio.h>
+#include "SpeExit.h"
+#include "error.h"
+
+SpeTaskBase*
+SpeExit::next(SpeManager *m, SpeTaskBase *p)
+{
+    delete p;
+
+    __debug("SpeExit::next()\n");
+
+    return NULL;
+}