49c49
< //The locations of the fill and spill handlers
---
> // The locations of the fill and spill handlers
62c62
< //Handles traps which request services from the operating system
---
> // Handles traps which request services from the operating system
65,66c65,66
< Addr readFillStart()
< { return fillStart; }
---
> Addr readFillStart() { return fillStart; }
> Addr readSpillStart() { return spillStart; }
68,70d67
< Addr readSpillStart()
< { return spillStart; }
<