projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9d4d9d
)
ARM: Bad interworking warn way to noisy when running real code w/misspeculation.
author
Ali Saidi
<Ali.Saidi@ARM.com>
Wed, 23 Feb 2011 21:10:50 +0000
(15:10 -0600)
committer
Ali Saidi
<Ali.Saidi@ARM.com>
Wed, 23 Feb 2011 21:10:50 +0000
(15:10 -0600)
src/arch/arm/types.hh
patch
|
blob
|
history
diff --git
a/src/arch/arm/types.hh
b/src/arch/arm/types.hh
index 5ffa988b0d7c59d9ffed825820b60fbec4797bf7..494e49f1f25f4fb6bf6849170d5baf911c64b184 100644
(file)
--- 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.