Params: Remove an unnecessary include.
This commit is contained in:
parent
bceaa257a3
commit
23c04b8c66
1 changed files with 0 additions and 1 deletions
|
@ -406,7 +406,6 @@ class MemorySize32(CheckedInt):
|
||||||
|
|
||||||
class Addr(CheckedInt):
|
class Addr(CheckedInt):
|
||||||
cxx_type = 'Addr'
|
cxx_type = 'Addr'
|
||||||
cxx_predecls = ['#include "arch/isa_traits.hh"']
|
|
||||||
size = 64
|
size = 64
|
||||||
unsigned = True
|
unsigned = True
|
||||||
def __init__(self, value):
|
def __init__(self, value):
|
||||||
|
|
Loading…
Reference in a new issue