hsc-simple: experiment should not terminate because we want to see Bochs' output (3 * 3 = 666 :-))

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@2016 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
adrian
2013-01-24 10:00:49 +00:00
parent ff7d2ec076
commit ce9db1fdb3

View File

@ -49,6 +49,5 @@ bool HSCSimpleExperiment::run()
simulator.addListenerAndResume(&breakpoint);
#endif
simulator.terminate();
return true;
}