Rev 1064 | Rev 1382 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1064 | Rev 1212 | ||
---|---|---|---|
Line 166... | Line 166... | ||
166 | __address page; |
166 | __address page; |
167 | 167 | ||
168 | page = read_cr2(); |
168 | page = read_cr2(); |
169 | if (!as_page_fault(page)) { |
169 | if (!as_page_fault(page)) { |
170 | print_info_errcode(n, istate); |
170 | print_info_errcode(n, istate); |
171 | printf("Page fault address: %Q\n", page); |
171 | printf("Page fault address: %llX\n", page); |
172 | panic("page fault\n"); |
172 | panic("page fault\n"); |
173 | } |
173 | } |
174 | } |
174 | } |