From: Ali Saidi Date: Mon, 23 Aug 2010 16:18:40 +0000 (-0500) Subject: ARM: We don't currently support ThumbEE exceptions, so don't report that we do X-Git-Tag: stable_2012_02_02~907 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=230acc291c8147af20448e9865c800fce73b322c;p=gem5.git ARM: We don't currently support ThumbEE exceptions, so don't report that we do --- diff --git a/src/arch/arm/isa.cc b/src/arch/arm/isa.cc index 3a52919d4..df620a8ff 100644 --- a/src/arch/arm/isa.cc +++ b/src/arch/arm/isa.cc @@ -211,7 +211,9 @@ ISA::readMiscReg(int misc_reg, ThreadContext *tc) "always reads as 0.\n"); break; case MISCREG_ID_PFR0: - return 0x1031; // ThumbEE | !Jazelle | Thumb | ARM + warn("Returning thumbEE disabled for now since we don't support CP14" + "config registers and jumping to ThumbEE vectors\n"); + return 0x0031; // !ThumbEE | !Jazelle | Thumb | ARM case MISCREG_ID_MMFR0: return 0x03; //VMSAz7 case MISCREG_CTR: