diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-12-06 05:58:07 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-12-06 05:58:07 -0500 |
commit | 1886795368e0f07875f8f7ff70f09a8e200e6a85 (patch) | |
tree | a4d3c9339564392b1139399c95b025e6f89a378b /src | |
parent | 1d7d7df315e3bd9ddb3eedfed7f612e83778c252 (diff) | |
download | gem5-1886795368e0f07875f8f7ff70f09a8e200e6a85.tar.xz |
Don't panic, but this needs to be fixed.
--HG--
extra : convert_revision : 7a4aed238d437dbb2cc5946b3045d53697070a27
Diffstat (limited to 'src')
-rw-r--r-- | src/cpu/o3/sparc/thread_context.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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<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. } |