mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-01 20:24:36 +01:00
fuzz_with_unicorn: Print AArch64 disassembly
This commit is contained in:
parent
01c1e9017e
commit
e97581d063
7 changed files with 41 additions and 18 deletions
|
|
@ -13,10 +13,10 @@
|
|||
#include "backend_x64/a64_jitstate.h"
|
||||
#include "backend_x64/block_of_code.h"
|
||||
#include "backend_x64/devirtualize.h"
|
||||
#include "backend_x64/disassemble_x64.h"
|
||||
#include "backend_x64/jitstate_info.h"
|
||||
#include "common/assert.h"
|
||||
#include "common/scope_exit.h"
|
||||
#include "common/llvm_disassemble.h"
|
||||
#include "dynarmic/A64/a64.h"
|
||||
#include "frontend/A64/translate/translate.h"
|
||||
#include "frontend/ir/basic_block.h"
|
||||
|
|
@ -164,7 +164,7 @@ public:
|
|||
}
|
||||
|
||||
std::string Disassemble() const {
|
||||
return DisassembleX64(block_of_code.GetCodeBegin(), block_of_code.getCurr());
|
||||
return Common::DisassembleX64(block_of_code.GetCodeBegin(), block_of_code.getCurr());
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue