Don't panic, but this needs to be fixed.
authorGabe Black <gblack@eecs.umich.edu>
Wed, 6 Dec 2006 10:58:07 +0000 (05:58 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Wed, 6 Dec 2006 10:58:07 +0000 (05:58 -0500)
--HG--
extra : convert_revision : 7a4aed238d437dbb2cc5946b3045d53697070a27

src/cpu/o3/sparc/thread_context.hh

index 69d1e2d044202afa012f55e61b65f90be07be935..3955de0ccac9d87b2d301091520c8b87245e1239 100644 (file)
@@ -62,7 +62,7 @@ class SparcTC : public O3ThreadContext<Impl>
     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.
     }