diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2010-12-20 16:24:40 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2010-12-20 16:24:40 -0500 |
commit | 672d6a4b98165952e0afa0057f851f150bc657ec (patch) | |
tree | 4bd03e87c875477d172910ee1a0a838111949d83 /src/arch/sparc/isa/base.isa | |
parent | 89850d6370b29272788cb73165341ced68e3bd53 (diff) | |
download | gem5-672d6a4b98165952e0afa0057f851f150bc657ec.tar.xz |
Style: Replace some tabs with spaces.
Diffstat (limited to 'src/arch/sparc/isa/base.isa')
-rw-r--r-- | src/arch/sparc/isa/base.isa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/sparc/isa/base.isa b/src/arch/sparc/isa/base.isa index af70acb3d..b95ffd69a 100644 --- a/src/arch/sparc/isa/base.isa +++ b/src/arch/sparc/isa/base.isa @@ -567,7 +567,7 @@ output exec {{ inline Fault checkFpEnableFault(%(CPU_exec_context)s *xc) { - Fault fault = NoFault; // dummy... this ipr access should not fault + Fault fault = NoFault; // dummy... this ipr access should not fault if (xc->readMiscReg(MISCREG_PSTATE) & PSTATE::pef && xc->readMiscReg(MISCREG_FPRS) & 0x4) { return NoFault; |