diff options
author | hexcoder- <heiko@hexco.de> | 2020-03-28 13:51:35 +0100 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-04-01 13:10:06 +0200 |
commit | 1950f09bde8d4bd708299afad094afd91f6dc242 (patch) | |
tree | 03270c9b1644e0197e2a6a4443acc534a4f78052 /qemu_mode/build_qemu_support.sh | |
parent | e41b03eb30cd10fbf2d34ca018594ac7dadd4dfa (diff) | |
download | afl++-1950f09bde8d4bd708299afad094afd91f6dc242.tar.gz |
qemu_mode: fix more compiler warnings
Diffstat (limited to 'qemu_mode/build_qemu_support.sh')
-rwxr-xr-x | qemu_mode/build_qemu_support.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu_mode/build_qemu_support.sh b/qemu_mode/build_qemu_support.sh index bd42c58e..b27b4445 100755 --- a/qemu_mode/build_qemu_support.sh +++ b/qemu_mode/build_qemu_support.sh @@ -174,6 +174,7 @@ patch -p1 <../patches/configure.diff || exit 1 patch -p1 <../patches/tcg-runtime.diff || exit 1 patch -p1 <../patches/tcg-runtime-head.diff || exit 1 patch -p1 <../patches/translator.diff || exit 1 +patch -p1 <../patches/__init__.py.diff || exit 1 echo "[+] Patching done." |