projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33a6020
)
alpha: fix warn_once for prefetches
author
Korey Sewell
<ksewell@umich.edu>
Mon, 20 Jun 2011 01:43:40 +0000
(21:43 -0400)
committer
Korey Sewell
<ksewell@umich.edu>
Mon, 20 Jun 2011 01:43:40 +0000
(21:43 -0400)
src/arch/alpha/isa/mem.isa
patch
|
blob
|
history
diff --git
a/src/arch/alpha/isa/mem.isa
b/src/arch/alpha/isa/mem.isa
index 862fe087828f936709c1eb9a76abbfaa0511a6b0..fe72e049e4f659da0edb0892c5f136a9e6ca28d0 100644
(file)
--- a/
src/arch/alpha/isa/mem.isa
+++ b/
src/arch/alpha/isa/mem.isa
@@
-396,7
+396,7
@@
def template MiscExecute {{
%(op_rd)s;
%(ea_code)s;
- warn_once("Prefetch instru
tions is
Alpha do not do anything\n");
+ warn_once("Prefetch instru
ctions in
Alpha do not do anything\n");
if (fault == NoFault) {
%(memacc_code)s;
}