mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-26 01:02:57 +00:00
Optimization: Make SVC use RSB
This commit is contained in:
@@ -99,7 +99,6 @@ public:
|
||||
std::string Disassemble(const Arm::LocationDescriptor& descriptor);
|
||||
|
||||
private:
|
||||
bool halt_requested = false;
|
||||
bool is_executing = false;
|
||||
|
||||
struct Impl;
|
||||
|
||||
Reference in New Issue
Block a user