ARM: Bad interworking warn way to noisy when running real code w/misspeculation.

This commit is contained in:
Ali Saidi 2011-02-23 15:10:50 -06:00
parent f9d4d9df1b
commit 1201c5a134

View 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.