about summary refs log tree commit diff
path: root/qemu_mode/build_qemu_support.sh
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-03-28 13:51:35 +0100
committerhexcoder- <heiko@hexco.de>2020-03-28 13:51:35 +0100
commit2aa7ddf1a81baf02a1df05a987e5bfef387c25a9 (patch)
tree03270c9b1644e0197e2a6a4443acc534a4f78052 /qemu_mode/build_qemu_support.sh
parent3c142efecfd2ec2e4dfb766819bed26b184c9671 (diff)
downloadafl++-2aa7ddf1a81baf02a1df05a987e5bfef387c25a9.tar.gz
qemu_mode: fix more compiler warnings
Diffstat (limited to 'qemu_mode/build_qemu_support.sh')
-rwxr-xr-xqemu_mode/build_qemu_support.sh1
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."