Set board run state to stopped, don't just reset.

This commit is contained in:
Florian Nücke
2022-01-17 22:53:04 +01:00
parent 71e426940f
commit b2bbd2f9a0

View File

@@ -200,6 +200,7 @@ public abstract class AbstractVirtualMachine implements VirtualMachine {
joinWorkerThread();
setRunState(VMRunState.STOPPED);
state.board.setRunning(false);
state.board.reset();
state.rpcAdapter.reset();
state.rpcAdapter.unmount();