From 672d6a4b98165952e0afa0057f851f150bc657ec Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 20 Dec 2010 16:24:40 -0500 Subject: Style: Replace some tabs with spaces. --- src/arch/arm/isa_traits.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/arm/isa_traits.hh') diff --git a/src/arch/arm/isa_traits.hh b/src/arch/arm/isa_traits.hh index f6aa7fcf0..a24852ba9 100644 --- a/src/arch/arm/isa_traits.hh +++ b/src/arch/arm/isa_traits.hh @@ -99,7 +99,7 @@ namespace ArmISA // return a no-op instruction... used for instruction fetch faults const ExtMachInst NoopMachInst = 0x00000000; - const int LogVMPageSize = 12; // 4K bytes + const int LogVMPageSize = 12; // 4K bytes const int VMPageSize = (1 << LogVMPageSize); // Shouldn't this be 1 because of Thumb?! Dynamic? --Ali -- cgit v1.2.3