From 6af709cc54d3f14155f34692716f598406d2ce6e Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Sat, 16 Jun 2018 16:27:49 +0200 Subject: Some small reformattings. --- emulate/emulator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulate/emulator.cpp') 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); } } -- cgit v1.2.3-70-g09d2