diff options
author | van Hauser <vh@thc.org> | 2020-05-10 10:24:24 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-05-10 10:24:24 +0200 |
commit | 2e553bcd69a6852e7feb7e87ce757babfcb26df0 (patch) | |
tree | 32685901018d74c8c1835d3d275d2cfb24e05dc0 /qemu_mode/patches/afl-qemu-cpu-inl.h | |
parent | 0e5a5f18050d729bc79e4dd5203ca245aa532d85 (diff) | |
download | afl++-2e553bcd69a6852e7feb7e87ce757babfcb26df0.tar.gz |
code-format
Diffstat (limited to 'qemu_mode/patches/afl-qemu-cpu-inl.h')
-rw-r--r-- | qemu_mode/patches/afl-qemu-cpu-inl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_mode/patches/afl-qemu-cpu-inl.h b/qemu_mode/patches/afl-qemu-cpu-inl.h index a6136722..78a8f800 100644 --- a/qemu_mode/patches/afl-qemu-cpu-inl.h +++ b/qemu_mode/patches/afl-qemu-cpu-inl.h @@ -127,7 +127,7 @@ 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); +int open_self_maps(void *cpu_env, int fd); /************************* * ACTUAL IMPLEMENTATION * |