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:
@ -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){
|
||||
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
@ -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&);
|
||||
|
||||
Reference in New Issue
Block a user