projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d7d7df
)
Don't panic, but this needs to be fixed.
author
Gabe Black
<gblack@eecs.umich.edu>
Wed, 6 Dec 2006 10:58:07 +0000
(
05:58
-0500)
committer
Gabe 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
patch
|
blob
|
history
diff --git
a/src/cpu/o3/sparc/thread_context.hh
b/src/cpu/o3/sparc/thread_context.hh
index 69d1e2d044202afa012f55e61b65f90be07be935..3955de0ccac9d87b2d301091520c8b87245e1239 100644
(file)
--- 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.
}