From: Ali Saidi Date: Wed, 23 Feb 2011 21:10:50 +0000 (-0600) Subject: ARM: Bad interworking warn way to noisy when running real code w/misspeculation. X-Git-Tag: stable_2012_02_02~532 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1201c5a134c3ac149e1e6df929f8040409a31147;p=gem5.git ARM: Bad interworking warn way to noisy when running real code w/misspeculation. --- 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.