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 /libebl/ebl-hooks.h | |
parent | 4c746f2501f6062230e2fa609bf4e8499b33caa4 (diff) |
Add support for BPF
Signed-off-by: Richard Henderson <[email protected]>
Diffstat (limited to 'libebl/ebl-hooks.h')
-rw-r--r-- | libebl/ebl-hooks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libebl/ebl-hooks.h b/libebl/ebl-hooks.h index 2e314464..a7f47554 100644 --- a/libebl/ebl-hooks.h +++ b/libebl/ebl-hooks.h @@ -150,7 +150,7 @@ int EBLHOOK(syscall_abi) (Ebl *ebl, int *sp, int *pc, int *callno, int args[6]); /* Disassembler function. */ -int EBLHOOK(disasm) (const uint8_t **startp, const uint8_t *end, +int EBLHOOK(disasm) (Ebl *ebl, const uint8_t **startp, const uint8_t *end, GElf_Addr addr, const char *fmt, DisasmOutputCB_t outcb, DisasmGetSymCB_t symcb, void *outcbarg, void *symcbarg); |