SE/FS: Make getProcessPtr available in both modes, and get rid of FULL_SYSTEMs.

This commit is contained in:
Gabe Black
2011-10-30 00:33:02 -07:00
parent 5b433568f0
commit facb40f3ff
18 changed files with 118 additions and 295 deletions

View File

@@ -101,9 +101,8 @@ struct ThreadState {
void profileSample();
TheISA::Kernel::Statistics *getKernelStats() { return kernelStats; }
#else
Process *getProcessPtr() { return process; }
#endif
Process *getProcessPtr() { return process; }
TranslatingPort *getMemPort();