ARM: This panic can be hit during misspeculation so it can't exist.

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

View file

@ -350,10 +350,9 @@ namespace ArmISA
if (thumbEE) {
if (bits(newPC, 0)) {
newPC = newPC & ~mask(1);
} else {
panic("Bad thumbEE interworking branch address %#x.\n",
newPC);
}
} // else we have a bad interworking address; do not call
// panic() since the instruction could be executed
// speculatively
} else {
if (bits(newPC, 0)) {
nextThumb(true);