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/alpha/isa/pal.isa | |
parent | 89850d6370b29272788cb73165341ced68e3bd53 (diff) | |
download | gem5-672d6a4b98165952e0afa0057f851f150bc657ec.tar.xz |
Style: Replace some tabs with spaces.
Diffstat (limited to 'src/arch/alpha/isa/pal.isa')
-rw-r--r-- | src/arch/alpha/isa/pal.isa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/arch/alpha/isa/pal.isa b/src/arch/alpha/isa/pal.isa index c6c0fa95c..53e0d6193 100644 --- a/src/arch/alpha/isa/pal.isa +++ b/src/arch/alpha/isa/pal.isa @@ -84,10 +84,10 @@ output header {{ class CallPalBase : public AlphaStaticInst { protected: - int palFunc; ///< Function code part of instruction - int palOffset; ///< Target PC, offset from IPR_PAL_BASE - bool palValid; ///< is the function code valid? - bool palPriv; ///< is this call privileged? + int palFunc; ///< Function code part of instruction + int palOffset; ///< Target PC, offset from IPR_PAL_BASE + bool palValid; ///< is the function code valid? + bool palPriv; ///< is this call privileged? /// Constructor. CallPalBase(const char *mnem, ExtMachInst _machInst, |