moving terminate() to SimulatorController
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1017 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -127,10 +127,6 @@ void OVPController::toPreviousCtx()
|
||||
// TODO
|
||||
}
|
||||
|
||||
void OVPController::terminate(int exCode){
|
||||
|
||||
}
|
||||
|
||||
|
||||
void OVPController::fireTimer(uint32_t){
|
||||
|
||||
|
||||
@ -66,11 +66,6 @@ class OVPController : public SimulatorController
|
||||
* @return the current eip
|
||||
*/
|
||||
|
||||
/**
|
||||
* Terminate simulator
|
||||
*/
|
||||
virtual void terminate(int exCode = EXIT_SUCCESS);
|
||||
|
||||
virtual void fireTimer(uint32_t);
|
||||
|
||||
void makeGPRegister(int, void*, const string&);
|
||||
|
||||
Reference in New Issue
Block a user