diff options
| author | Galen Williamson <galen@vector35.com> | 2024-03-08 15:00:02 -0500 |
|---|---|---|
| committer | Galen Williamson <galen@vector35.com> | 2024-03-26 15:08:13 -0400 |
| commit | 661f5c4cfb60f36a57b5d05ec7883af821abd046 (patch) | |
| tree | d1f57e539f0d69a32c4b1ce657c341cae9fd88f6 /arch/powerpc/disassembler.h | |
| parent | cc22a52907a052f37dad319f843f218fe69e1b9a (diff) | |
added lifting for EXTSW LD LDU LDUX LDX SLD SRAD SRADI SRD STD STDU STDUX STDX
Diffstat (limited to 'arch/powerpc/disassembler.h')
| -rw-r--r-- | arch/powerpc/disassembler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/disassembler.h b/arch/powerpc/disassembler.h index e1701687..e1d3ca55 100644 --- a/arch/powerpc/disassembler.h +++ b/arch/powerpc/disassembler.h @@ -62,7 +62,7 @@ struct decomp_result extern "C" int powerpc_init(void); extern "C" void powerpc_release(void); extern "C" int powerpc_decompose(const uint8_t *data, int size, uint32_t addr, - bool lil_end, struct decomp_result *result); + bool lil_end, struct decomp_result *result, bool is_64bit); extern "C" int powerpc_disassemble(struct decomp_result *, char *buf, size_t len); extern "C" const char *powerpc_reg_to_str(uint32_t rid); |
