summaryrefslogtreecommitdiff
path: root/emulate/emulator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'emulate/emulator.cpp')
-rw-r--r--emulate/emulator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulate/emulator.cpp b/emulate/emulator.cpp
index 805b305..2e30fd8 100644
--- a/emulate/emulator.cpp
+++ b/emulate/emulator.cpp
@@ -439,6 +439,6 @@ void emulate(std::string file_path) {
emulator.cpu.eip() += decinst.size;
- emulator.handle_instruction(decinst);
+ run = emulator.handle_instruction(decinst);
}
}