Optimization: Make SVC use RSB

This commit is contained in:
MerryMage 2016-08-15 15:02:08 +01:00
parent 6c45619aa1
commit 7d7ac0af71
8 changed files with 30 additions and 7 deletions

View file

@ -99,7 +99,6 @@ public:
std::string Disassemble(const Arm::LocationDescriptor& descriptor);
private:
bool halt_requested = false;
bool is_executing = false;
struct Impl;