about summary refs log tree commit diff
path: root/qemu_mode
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2021-05-05 18:51:55 +0200
committerDominik Maier <domenukk@gmail.com>2021-05-05 18:52:09 +0200
commit0618722e49fc7e9d382eb68359789f9137aaf64d (patch)
treeb1f2d1601eab2e051fbcd9119c8e24ad295eb64c /qemu_mode
parentc695a031b86fd99605379c4cd241931685f0d3a1 (diff)
downloadafl++-0618722e49fc7e9d382eb68359789f9137aaf64d.tar.gz
not on qemu 3 anymore
Diffstat (limited to 'qemu_mode')
-rwxr-xr-xqemu_mode/build_qemu_support.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_mode/build_qemu_support.sh b/qemu_mode/build_qemu_support.sh
index 02a44cef..84f144be 100755
--- a/qemu_mode/build_qemu_support.sh
+++ b/qemu_mode/build_qemu_support.sh
@@ -9,7 +9,7 @@
 # TCG instrumentation and block chaining support by Andrea Biondo
 #                                    <andrea.biondo965@gmail.com>
 #
-# QEMU 3.1.1 port, TCG thread-safety, CompareCoverage and NeverZero
+# QEMU 5+ port, TCG thread-safety, CompareCoverage and NeverZero
 # counters by Andrea Fioraldi <andreafioraldi@gmail.com>
 #
 # Copyright 2015, 2016, 2017 Google Inc. All rights reserved.