mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-05 02:20:30 +00:00
gem5/gem5-aarch64-native: fix fuzz in patch
Not sure how this wasn't caught by the CI, human error no doubt. Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
@@ -23,13 +23,13 @@ diff --git a/src/python/m5/debug.py b/src/python/m5/debug.py
|
||||
index d808850cc..787a39ece 100644
|
||||
--- a/src/python/m5/debug.py
|
||||
+++ b/src/python/m5/debug.py
|
||||
@@ -24,7 +24,7 @@
|
||||
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
-from collections import Mapping
|
||||
+from collections.abc import Mapping
|
||||
|
||||
|
||||
import _m5.debug
|
||||
from _m5.debug import SimpleFlag, CompoundFlag
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user