diff options
Diffstat (limited to 'src/cpu/thread_state.cc')
-rw-r--r-- | src/cpu/thread_state.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/cpu/thread_state.cc b/src/cpu/thread_state.cc index 3396c75c7..dc4a624a7 100644 --- a/src/cpu/thread_state.cc +++ b/src/cpu/thread_state.cc @@ -134,15 +134,6 @@ ThreadState::getPhysProxy() PortProxy & ThreadState::getVirtProxy() { - assert(FullSystem); - assert(virtProxy != NULL); - return *virtProxy; -} - -PortProxy & -ThreadState::getMemProxy() -{ - assert(!FullSystem); assert(virtProxy != NULL); return *virtProxy; } |