summaryrefslogtreecommitdiff
path: root/arch/alpha
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha')
-rw-r--r--arch/alpha/alpha_memory.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/alpha_memory.cc b/arch/alpha/alpha_memory.cc
index 2f0dcfecf..d1b152f73 100644
--- a/arch/alpha/alpha_memory.cc
+++ b/arch/alpha/alpha_memory.cc
@@ -92,7 +92,7 @@ AlphaTlb::checkCacheability(MemReqPtr &req)
// IPR memory space not implemented
if (!req->xc->misspeculating()) {
switch (req->paddr) {
- case 0xFFFFF00188:
+ case ULL(0xFFFFF00188):
req->data = 0;
break;