Some (untested) code for a QSim interface.
git-svn-id: http://www.cdkersey.com/harp/harptool@33 0246edb2-e076-4747-b392-db732a341fa2
This commit is contained in:
@@ -39,6 +39,9 @@ namespace Harp {
|
||||
void step();
|
||||
bool interrupt(Word r0);
|
||||
bool running() const { return activeThreads; }
|
||||
#ifdef EMU_INSTRUMENTATION
|
||||
bool supervisorMode() const { return supervisorMode; }
|
||||
#endif
|
||||
|
||||
private:
|
||||
const ArchDef &a;
|
||||
|
||||
Reference in New Issue
Block a user