From 661f5c4cfb60f36a57b5d05ec7883af821abd046 Mon Sep 17 00:00:00 2001 From: Galen Williamson Date: Fri, 8 Mar 2024 15:00:02 -0500 Subject: added lifting for EXTSW LD LDU LDUX LDX SLD SRAD SRADI SRD STD STDU STDUX STDX --- arch/powerpc/disassembler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/powerpc/disassembler.cpp') 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; -- cgit v1.3.1