removing OVPController cruft

These interface functions were highly BochsController specific and need
not be implemented in OVPController for now.

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1019 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hsc
2012-04-03 14:05:17 +00:00
parent aa7a8df499
commit cae7e8ade2
2 changed files with 0 additions and 17 deletions

View File

@ -122,14 +122,4 @@ void OVPController::reboot()
//bx_gui_c::reset_handler();//TODO: leider protected, so geht das also nicht...
}
void OVPController::toPreviousCtx()
{
// TODO
}
void OVPController::fireTimer(uint32_t){
};
};

View File

@ -56,18 +56,11 @@ class OVPController : public SimulatorController
* Reboot simulator.
*/
virtual void reboot();
/**
* Handles the control back to the previous coroutine which
* triggered the reboot. Need not to be called explicitly.
*/
void toPreviousCtx();
/**
* Returns the current instruction pointer.
* @return the current eip
*/
virtual void fireTimer(uint32_t);
void makeGPRegister(int, void*, const string&);
void makeSTRegister(Register *, const string&);
void makePCRegister(int, void*, const string&);