From 1886795368e0f07875f8f7ff70f09a8e200e6a85 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Wed, 6 Dec 2006 05:58:07 -0500 Subject: [PATCH] Don't panic, but this needs to be fixed. --HG-- extra : convert_revision : 7a4aed238d437dbb2cc5946b3045d53697070a27 --- src/cpu/o3/sparc/thread_context.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpu/o3/sparc/thread_context.hh b/src/cpu/o3/sparc/thread_context.hh index 69d1e2d04..3955de0cc 100644 --- a/src/cpu/o3/sparc/thread_context.hh +++ b/src/cpu/o3/sparc/thread_context.hh @@ -62,7 +62,7 @@ class SparcTC : public O3ThreadContext virtual void changeRegFileContext(TheISA::RegContextParam param, TheISA::RegContextVal val) { - panic("This doesn't make sense!\n"); + //XXX Ignore this for now. This -really- needs to get fixed. }