116c116,119
< class PowerOnReset : public SparcFault<PowerOnReset> {};
---
> class PowerOnReset : public SparcFault<PowerOnReset>
> {
> void invoke(ThreadContext * tc);
> };
194a198,199
> //These need to be handled specially to enable spill traps in SE
> #if !FULL_SYSTEM
195a201
> #endif
209a216,217
> //These need to be handled specially to enable fill traps in SE
> #if !FULL_SYSTEM
210a219
> #endif
222,223d230
< private:
< uint64_t syscall_num;
227,229d233
< #if !FULL_SYSTEM
< void invoke(ThreadContext * tc);
< #endif