diff options
Diffstat (limited to 'arch/powerpc/il.h')
| -rw-r--r-- | arch/powerpc/il.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/powerpc/il.h b/arch/powerpc/il.h index b4ca2526..1e8f67c2 100644 --- a/arch/powerpc/il.h +++ b/arch/powerpc/il.h @@ -1,3 +1,5 @@ +#include "decode/decode.h" + /* these are the flags in cr0 (the default condition field in condition register CR) @@ -219,4 +221,4 @@ enum PPCIntrinsic : uint32_t }; -bool GetLowLevelILForPPCInstruction(Architecture *arch, LowLevelILFunction& il, const uint8_t *data, uint64_t addr, decomp_result *res, bool le); +bool GetLowLevelILForPPCInstruction(Architecture *arch, LowLevelILFunction& il, Instruction* instruction, uint64_t addr); |
