alpha: fix warn_once for prefetches
This commit is contained in:
parent
33a6020f2e
commit
83a0fd24f7
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ def template MiscExecute {{
|
|||
%(op_rd)s;
|
||||
%(ea_code)s;
|
||||
|
||||
warn_once("Prefetch instrutions is Alpha do not do anything\n");
|
||||
warn_once("Prefetch instructions in Alpha do not do anything\n");
|
||||
if (fault == NoFault) {
|
||||
%(memacc_code)s;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue