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:
chad
2011-10-19 22:51:41 +00:00
parent 15774083d0
commit 6cd25d547a
5 changed files with 205 additions and 9 deletions

View File

@@ -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;