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.cpp | |
| 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.cpp')
| -rw-r--r-- | arch/powerpc/disassembler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/disassembler.cpp b/arch/powerpc/disassembler.cpp index 66a8b36d..480ab658 100644 --- a/arch/powerpc/disassembler.cpp +++ b/arch/powerpc/disassembler.cpp @@ -69,7 +69,7 @@ powerpc_release(void) extern "C" int powerpc_decompose(const uint8_t *data, int size, uint32_t addr, bool lil_end, - struct decomp_result *res) + struct decomp_result *res, bool is_64bit) { int rc = -1; res->status = STATUS_ERROR_UNSPEC; |
