projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b18a36a
)
ULL()
author
Nathan Binkert
<binkertn@umich.edu>
Wed, 24 Mar 2004 07:59:43 +0000
(
02:59
-0500)
committer
Nathan Binkert
<binkertn@umich.edu>
Wed, 24 Mar 2004 07:59:43 +0000
(
02:59
-0500)
--HG--
extra : convert_revision :
543313ec248457e6cb2f8315881f030545e8cf45
arch/alpha/alpha_memory.cc
patch
|
blob
|
history
diff --git
a/arch/alpha/alpha_memory.cc
b/arch/alpha/alpha_memory.cc
index 2f0dcfecfd953d456ac2bc324029de6c5e89e11a..d1b152f739d60985b36b384de7d1de79451d26a0 100644
(file)
--- 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;