halt j halt
This commit is contained in:
parent
bfa4a8cd72
commit
12421d0e5d
23 changed files with 270 additions and 173 deletions
|
|
@ -5,6 +5,10 @@
|
|||
|
||||
Executor::Executor() {}
|
||||
|
||||
Executor::Executor(Machine* m) {
|
||||
machine = m;
|
||||
}
|
||||
|
||||
void Executor::start() {
|
||||
running = true;
|
||||
while (running) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue