view 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 source

#include <stdio.h>
#include "SpeExit.h"
#include "error.h"

SpeTaskBase*
SpeExit::next(SpeManager *m, SpeTaskBase *p)
{
    delete p;

    __debug("SpeExit::next()\n");

    return NULL;
}