mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-24 00:28:42 +00:00
Optionally disassemble x86_64 code using LLVM
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "frontend/arm_types.h"
|
||||
#include "common/common_types.h"
|
||||
|
||||
namespace Dynarmic {
|
||||
@@ -75,6 +76,8 @@ public:
|
||||
return is_executing;
|
||||
}
|
||||
|
||||
std::string Disassemble(Arm::LocationDescriptor descriptor);
|
||||
|
||||
private:
|
||||
bool halt_requested = false;
|
||||
bool is_executing = false;
|
||||
|
||||
Reference in New Issue
Block a user