changeset 18b2129b852d in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=18b2129b852d
description:
ARM: Bad interworking warn way to noisy when running real code
w/misspeculation.
diffstat:
src/arch/arm/types.hh | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diffs (11 lines):
diff -r e154b9b8e366 -r 18b2129b852d src/arch/arm/types.hh
--- a/src/arch/arm/types.hh Wed Feb 23 15:10:50 2011 -0600
+++ b/src/arch/arm/types.hh Wed Feb 23 15:10:50 2011 -0600
@@ -361,7 +361,6 @@
} 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.
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev