summaryrefslogtreecommitdiff
path: root/emulate/emulator.cpp
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2018-06-16 16:27:49 +0200
committerDennis Brentjes <d.brentjes@gmail.com>2018-06-16 16:27:49 +0200
commit6af709cc54d3f14155f34692716f598406d2ce6e (patch)
tree85179e623d61a65a7b464d0f16030da931f2f079 /emulate/emulator.cpp
parent95bc5cd73abd425045889638ccd7dc756419ac15 (diff)
downloadopenwar-6af709cc54d3f14155f34692716f598406d2ce6e.tar.gz
openwar-6af709cc54d3f14155f34692716f598406d2ce6e.tar.bz2
openwar-6af709cc54d3f14155f34692716f598406d2ce6e.zip
Some small reformattings.
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);
}
}