From: Gabe Black Date: Wed, 6 Dec 2006 10:58:07 +0000 (-0500) Subject: Don't panic, but this needs to be fixed. X-Git-Tag: m5_2.0_beta3~274^2~28 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1886795368e0f07875f8f7ff70f09a8e200e6a85;p=gem5.git Don't panic, but this needs to be fixed. --HG-- extra : convert_revision : 7a4aed238d437dbb2cc5946b3045d53697070a27 --- 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. }