diff options
author | Richard Henderson <[email protected]> | 2016-06-21 15:10:10 -0700 |
---|---|---|
committer | Mark Wielaard <[email protected]> | 2016-06-28 20:09:11 +0200 |
commit | 9a36c9226c4a237208a7735f0e6a6fd1eefb60ab (patch) | |
tree | 22f86eafeea028d09ff8f13ab4b5c3258f3b848f /libcpu/i386_disasm.c | |
parent | 4c746f2501f6062230e2fa609bf4e8499b33caa4 (diff) |
Add support for BPF
Signed-off-by: Richard Henderson <[email protected]>
Diffstat (limited to 'libcpu/i386_disasm.c')
-rw-r--r-- | libcpu/i386_disasm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcpu/i386_disasm.c b/libcpu/i386_disasm.c index 832241f2..ceb5164f 100644 --- a/libcpu/i386_disasm.c +++ b/libcpu/i386_disasm.c @@ -313,7 +313,8 @@ struct output_data int -i386_disasm (const uint8_t **startp, const uint8_t *end, GElf_Addr addr, +i386_disasm (Ebl *ebl __attribute__((unused)), + const uint8_t **startp, const uint8_t *end, GElf_Addr addr, const char *fmt, DisasmOutputCB_t outcb, DisasmGetSymCB_t symcb, void *outcbarg, void *symcbarg) { |