diff options
author | Andreas Sandberg <andreas.sandberg@arm.com> | 2017-06-26 17:10:11 +0100 |
---|---|---|
committer | Andreas Sandberg <andreas.sandberg@arm.com> | 2017-06-30 16:45:27 +0000 |
commit | 643dd613e06eb3e2fae3166dba3312c953ce8c6d (patch) | |
tree | 99b63be36ea57fce578d8d3b50f17813cecf2b05 /configs/common | |
parent | b2116de96d7b0a05c8916bc3f3fb0a3376356ef0 (diff) | |
download | gem5-643dd613e06eb3e2fae3166dba3312c953ce8c6d.tar.xz |
config: Add missing import of 'fatal' in CpuConfig
Change-Id: I7762d344cb964c3e010135ff928c6ea12538912c
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Gabor Dozsa <gabor.dozsa@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/3941
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
Diffstat (limited to 'configs/common')
-rw-r--r-- | configs/common/CpuConfig.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |