From 643dd613e06eb3e2fae3166dba3312c953ce8c6d Mon Sep 17 00:00:00 2001 From: Andreas Sandberg Date: Mon, 26 Jun 2017 17:10:11 +0100 Subject: [PATCH] config: Add missing import of 'fatal' in CpuConfig Change-Id: I7762d344cb964c3e010135ff928c6ea12538912c Signed-off-by: Andreas Sandberg Reviewed-by: Gabor Dozsa Reviewed-on: https://gem5-review.googlesource.com/3941 Reviewed-by: Jason Lowe-Power Maintainer: Jason Lowe-Power --- configs/common/CpuConfig.py | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/common/CpuConfig.py b/configs/common/CpuConfig.py index 28267c7dd..eee6a77d3 100644 --- a/configs/common/CpuConfig.py +++ b/configs/common/CpuConfig.py @@ -35,6 +35,7 @@ # # Authors: Andreas Sandberg +from m5 import fatal import m5.objects import inspect import sys -- 2.30.2