alpha: fix warn_once for prefetches

This commit is contained in:
Korey Sewell 2011-06-19 21:43:40 -04:00
parent 33a6020f2e
commit 83a0fd24f7

View file

@ -396,7 +396,7 @@ def template MiscExecute {{
%(op_rd)s; %(op_rd)s;
%(ea_code)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) { if (fault == NoFault) {
%(memacc_code)s; %(memacc_code)s;
} }