summaryrefslogtreecommitdiff
path: root/arch/powerpc/test_disasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/test_disasm.cpp')
-rw-r--r--arch/powerpc/test_disasm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/test_disasm.cpp b/arch/powerpc/test_disasm.cpp
index b893d2ab..5ee7d1dd 100644
--- a/arch/powerpc/test_disasm.cpp
+++ b/arch/powerpc/test_disasm.cpp
@@ -28,7 +28,7 @@ int disas_instr_word(uint32_t instr_word, char *buf)
struct cs_detail *detail = &(res.detail);
struct cs_ppc *ppc = &(detail->ppc);
- if(powerpc_decompose((const uint8_t *)&instr_word, 4, 0, true, &res)) {
+ if(powerpc_decompose((const uint8_t *)&instr_word, 4, 0, true, &res, false)) {
if(print_errors) printf("ERROR: powerpc_decompose()\n");
goto cleanup;
}