fix namespace indentations

src/arch/alpha/tlb.cc:
    fix namespace indentations

--HG--
extra : convert_revision : 327d5a1568ba60cab1c1ae4bb3963ea78dfe0176
This commit is contained in:
Lisa Hsu 2006-12-15 12:58:02 -05:00
parent 4943d58272
commit 9a4370ec3b

View file

@ -465,7 +465,7 @@ namespace AlphaISA
return new DtbAlignmentFault(req->getVaddr(), req->getFlags(), flags);
}
if (pc & 0x1) {
if (PcPAL(pc)) {
mode = (req->getFlags() & ALTMODE) ?
(mode_type)ALT_MODE_AM(
tc->readMiscReg(IPR_ALT_MODE))