SE/FS: Make getProcessPtr available in both modes, and get rid of FULL_SYSTEMs.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user