Skip to content
Snippets Groups Projects
Commit cae7e8ad authored by Horst Schirmeier's avatar Horst Schirmeier
Browse files

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
parent aa7a8df4
No related branches found
No related tags found
No related merge requests found
......@@ -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&);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment