summaryrefslogtreecommitdiff
path: root/src/arch/arm/types.hh
diff options
context:
space:
mode:
authorAli Saidi <Ali.Saidi@ARM.com>2011-02-23 15:10:50 -0600
committerAli Saidi <Ali.Saidi@ARM.com>2011-02-23 15:10:50 -0600
commit1201c5a134c3ac149e1e6df929f8040409a31147 (patch)
treede48dca624ff1f9c82c5d2a5e9b098144f1cc760 /src/arch/arm/types.hh
parentf9d4d9df1b2250ed9b303e525e4de0149ac39cf2 (diff)
downloadgem5-1201c5a134c3ac149e1e6df929f8040409a31147.tar.xz
ARM: Bad interworking warn way to noisy when running real code w/misspeculation.
Diffstat (limited to 'src/arch/arm/types.hh')
-rw-r--r--src/arch/arm/types.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/arm/types.hh b/src/arch/arm/types.hh
index 5ffa988b0..494e49f1f 100644
--- a/src/arch/arm/types.hh
+++ b/src/arch/arm/types.hh
@@ -361,7 +361,6 @@ namespace ArmISA
} else if (!bits(newPC, 1)) {
nextThumb(false);
} else {
- warn("Bad interworking branch address %#x.\n", newPC);
// This state is UNPREDICTABLE in the ARM architecture
// The easy thing to do is just mask off the bit and
// stay in the current mode, so we'll do that.