projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bceaa25
)
Params: Remove an unnecessary include.
author
Gabe Black
<gblack@eecs.umich.edu>
Thu, 12 Jun 2008 04:59:58 +0000
(
00:59
-0400)
committer
Gabe Black
<gblack@eecs.umich.edu>
Thu, 12 Jun 2008 04:59:58 +0000
(
00:59
-0400)
src/python/m5/params.py
patch
|
blob
|
history
diff --git
a/src/python/m5/params.py
b/src/python/m5/params.py
index 241d4ceaf01e4f79ae6a684a3cab7cf41b68d903..a895549cae71c167a9e189ee77297da1bfd41181 100644
(file)
--- a/
src/python/m5/params.py
+++ b/
src/python/m5/params.py
@@
-406,7
+406,6
@@
class MemorySize32(CheckedInt):
class Addr(CheckedInt):
cxx_type = 'Addr'
- cxx_predecls = ['#include "arch/isa_traits.hh"']
size = 64
unsigned = True
def __init__(self, value):