diff options
author | Nathan Binkert <nate@binkert.org> | 2008-06-14 12:57:21 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2008-06-14 12:57:21 -0700 |
commit | ce43e46576ccf09d56aeb7021d3decd75d08d90c (patch) | |
tree | 468de5493ff8a12ffbca48ee01e7b80953bd69b1 /src/arch/x86/X86TLB.py | |
parent | 7a58b5a38a15b5e025435820a2679c34eb2c47a4 (diff) | |
download | gem5-ce43e46576ccf09d56aeb7021d3decd75d08d90c.tar.xz |
Fix various SWIG warnings
Diffstat (limited to 'src/arch/x86/X86TLB.py')
-rw-r--r-- | src/arch/x86/X86TLB.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/x86/X86TLB.py b/src/arch/x86/X86TLB.py index dc080f37e..8dd53620e 100644 --- a/src/arch/x86/X86TLB.py +++ b/src/arch/x86/X86TLB.py @@ -69,8 +69,6 @@ if build_env['FULL_SYSTEM']: class X86TLB(SimObject): type = 'X86TLB' - cxx_namespace = 'X86ISA' - cxx_class = 'TLB' abstract = True size = Param.Int("TLB size") if build_env['FULL_SYSTEM']: |