projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82fb350
)
config: fix assertion for x86 in FSConfig.py
author
Nathan Binkert
<nate@binkert.org>
Mon, 19 Apr 2010 04:33:59 +0000
(21:33 -0700)
committer
Nathan Binkert
<nate@binkert.org>
Mon, 19 Apr 2010 04:33:59 +0000
(21:33 -0700)
configs/common/FSConfig.py
patch
|
blob
|
history
diff --git
a/configs/common/FSConfig.py
b/configs/common/FSConfig.py
index 72cfcbb553a81bc24d1c8f97342d5ba636c1edcb..834e9bd0ac3fa23131f8e01b30a52f036a5a551e 100644
(file)
--- a/
configs/common/FSConfig.py
+++ b/
configs/common/FSConfig.py
@@
-315,7
+315,7
@@
def makeLinuxX86System(mem_mode, numCPUs = 1, mdesc = None):
# We assume below that there's at least 1MB of memory. We'll require 2
# just to avoid corner cases.
- assert(self.physmem.range.second >= 0x200000)
+ assert(self.physmem.range.second
.getValue()
>= 0x200000)
# Mark the first megabyte of memory as reserved
self.e820_table.entries.append(X86E820Entry(