projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2116de
)
config: Add missing import of 'fatal' in CpuConfig
author
Andreas Sandberg
<andreas.sandberg@arm.com>
Mon, 26 Jun 2017 16:10:11 +0000
(17:10 +0100)
committer
Andreas Sandberg
<andreas.sandberg@arm.com>
Fri, 30 Jun 2017 16:45:27 +0000
(16:45 +0000)
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>
configs/common/CpuConfig.py
patch
|
blob
|
history
diff --git
a/configs/common/CpuConfig.py
b/configs/common/CpuConfig.py
index 28267c7dd9d43a4e7a73ba2366de375643025675..eee6a77d3ef41b85d08fb8037d9e306daadef013 100644
(file)
--- 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