ARM: Remove debugging warn that was accidently left in.
authorAli Saidi <Ali.Saidi@ARM.com>
Mon, 4 Apr 2011 16:42:23 +0000 (11:42 -0500)
committerAli Saidi <Ali.Saidi@ARM.com>
Mon, 4 Apr 2011 16:42:23 +0000 (11:42 -0500)
src/arch/arm/insts/macromem.cc

index 8a82bd3195fadb613c6c50404a625f230ca1cf18..28852bf89807aaf9a7e74a5ac9e21073b2c1c02a 100644 (file)
@@ -136,8 +136,6 @@ MacroMemOp::MacroMemOp(const char *mnem, ExtMachInst machInst,
         // register.
         if (load && reg == INTREG_PC && exception_ret) {
             *++uop = new MicroUopRegMovRet(machInst, 0, INTREG_UREG1);
-            warn("creating instruction with exception return at curTick:%d\n",
-                    curTick());
         } else if (load) {
             *++uop = new MicroUopRegMov(machInst, regIdx, INTREG_UREG1);
             if (reg == INTREG_PC) {