diff options
author | hexcoder- <heiko@hexco.de> | 2020-05-09 20:02:32 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-05-09 20:02:32 +0200 |
commit | 20392878f10987709b4d3223a0120edb352cbcf5 (patch) | |
tree | 12308093627a9c46b7935ea48899b7b8454a3bb7 /qemu_mode/patches/afl-qemu-cpu-inl.h | |
parent | 102067d43d7476997b2ffd6faceae4510f753d89 (diff) | |
download | afl++-20392878f10987709b4d3223a0120edb352cbcf5.tar.gz |
qemu_mode: make building warning free
Diffstat (limited to 'qemu_mode/patches/afl-qemu-cpu-inl.h')
-rw-r--r-- | qemu_mode/patches/afl-qemu-cpu-inl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qemu_mode/patches/afl-qemu-cpu-inl.h b/qemu_mode/patches/afl-qemu-cpu-inl.h index 6e9ddc3b..a6136722 100644 --- a/qemu_mode/patches/afl-qemu-cpu-inl.h +++ b/qemu_mode/patches/afl-qemu-cpu-inl.h @@ -123,12 +123,11 @@ struct afl_chain { /* Some forward decls: */ -TranslationBlock *tb_htable_lookup(CPUState *, target_ulong, target_ulong, - uint32_t, uint32_t); static inline TranslationBlock *tb_find(CPUState *, TranslationBlock *, int, uint32_t); static inline void tb_add_jump(TranslationBlock *tb, int n, TranslationBlock *tb_next); +int open_self_maps(void *cpu_env, int fd); /************************* * ACTUAL IMPLEMENTATION * |