59a60
> #include "sim/full_system.hh"
76d76
< public:
86a87
> public:
97c98
< protected:
---
> private:
107a109,110
> virtual void recvStatusChange(Status status);
>
117a121,122
> void setOtherPort(CachePort *_otherPort) { otherPort = _otherPort; }
>
123a129,130
> CachePort *otherPort;
>
140a148
> public: //Made public so coherence can get at it.
501,502c509
< #if FULL_SYSTEM
< } else if (id == -1) {
---
> } else if (FullSystem && id == -1) {
506d512
< #endif
529,530c535
< #if FULL_SYSTEM
< } else if (id == -1) {
---
> } else if (FullSystem && id == -1) {
534d538
< #endif