qemu_mode: fix error handling of mmap

This commit is contained in:
hexcoder-
2020-06-04 22:27:46 +02:00
parent a9348e0acc
commit a1beb72cad
4 changed files with 209 additions and 3 deletions

View File

@ -193,6 +193,7 @@ patch -p1 <../patches/tcg-runtime-head.diff || exit 1
patch -p1 <../patches/translator.diff || exit 1
patch -p1 <../patches/__init__.py.diff || exit 1
patch -p1 <../patches/make_strncpy_safe.diff || exit 1
patch -p1 <../patches/mmap_fixes.diff || exit 1
echo "[+] Patching done."