47a48
> #include "base/logging.hh"
1153,1156c1154,1157
< // The page must have been present to get into the TLB in
< // the first place. We'll assume the reserved bits are
< // fine even though we're not checking them.
< assert(false);
---
> // The page must have been present to get into the TLB in
> // the first place. We'll assume the reserved bits are
> // fine even though we're not checking them.
> panic("Page fault detected");
1160,1162c1161,1163
< // This would fault if this were a write, so return a page
< // fault that reflects that happening.
< assert(false);
---
> // This would fault if this were a write, so return a page
> // fault that reflects that happening.
> panic("Page fault detected");
1365c1366
< assert(false);
---
> panic("Unexpected TLB outcome %d", outcome);
1610c1611
< assert(false);
---
> panic("recvReqRetry called");
1651c1652
< assert(false);
---
> panic("recvReqRetry called");