ARM: Bad interworking warn way to noisy when running real code w/misspeculation.
authorAli Saidi <Ali.Saidi@ARM.com>
Wed, 23 Feb 2011 21:10:50 +0000 (15:10 -0600)
committerAli Saidi <Ali.Saidi@ARM.com>
Wed, 23 Feb 2011 21:10:50 +0000 (15:10 -0600)
src/arch/arm/types.hh

index 5ffa988b0d7c59d9ffed825820b60fbec4797bf7..494e49f1f25f4fb6bf6849170d5baf911c64b184 100644 (file)
@@ -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.