mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-22 05:36:23 +01:00
Optionally disassemble x86_64 code using LLVM
This commit is contained in:
parent
39563c8ea8
commit
af27ef8d6c
7 changed files with 91 additions and 20 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue