diff options
Diffstat (limited to 'src/arch/arm')
-rw-r--r-- | src/arch/arm/types.hh | 1 |
1 files changed, 0 insertions, 1 deletions
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. |