summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/python/m5/params.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/python/m5/params.py b/src/python/m5/params.py
index 241d4ceaf..a895549ca 100644
--- 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):