diff options
author | hexcoder- <heiko@hexco.de> | 2020-03-28 13:51:35 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-03-28 13:51:35 +0100 |
commit | 2aa7ddf1a81baf02a1df05a987e5bfef387c25a9 (patch) | |
tree | 03270c9b1644e0197e2a6a4443acc534a4f78052 /qemu_mode/build_qemu_support.sh | |
parent | 3c142efecfd2ec2e4dfb766819bed26b184c9671 (diff) | |
download | afl++-2aa7ddf1a81baf02a1df05a987e5bfef387c25a9.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." |