SE/FS: Build/expose vport in SE mode.

This commit is contained in:
Gabe Black
2011-10-16 05:06:39 -07:00
parent 79ba4b6595
commit 3595b0c5a1
12 changed files with 40 additions and 46 deletions

View File

@@ -37,14 +37,13 @@
using namespace TheISA;
#if FULL_SYSTEM
VirtualPort *
InOrderThreadContext::getVirtPort()
{
return thread->getVirtPort();
}
#if FULL_SYSTEM
void
InOrderThreadContext::dumpFuncProfile()