diff options
Diffstat (limited to 'src/arch/power')
-rw-r--r-- | src/arch/power/mmapped_ipr.hh (renamed from src/arch/power/mmaped_ipr.hh) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/arch/power/mmaped_ipr.hh b/src/arch/power/mmapped_ipr.hh index fc88634dc..a55ef8f7d 100644 --- a/src/arch/power/mmaped_ipr.hh +++ b/src/arch/power/mmapped_ipr.hh @@ -32,8 +32,8 @@ * Timothy M. Jones */ -#ifndef __ARCH_POWER_MMAPED_IPR_HH__ -#define __ARCH_POWER_MMAPED_IPR_HH__ +#ifndef __ARCH_POWER_MMAPPED_IPR_HH__ +#define __ARCH_POWER_MMAPPED_IPR_HH__ /** * @file @@ -63,4 +63,4 @@ handleIprWrite(ThreadContext *xc, Packet *pkt) } // namespace PowerISA -#endif // __ARCH_POWER_MMAPED_IPR_HH__ +#endif // __ARCH_POWER_MMAPPED_IPR_HH__ |