From ab8d7eee76e9d439070fe116fb23e0afe7aa74c3 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 20 Sep 2010 02:46:42 -0700 Subject: CPU: Fix O3 and possible InOrder segfaults in FS. --- src/cpu/o3/dyn_inst_impl.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/o3/dyn_inst_impl.hh') diff --git a/src/cpu/o3/dyn_inst_impl.hh b/src/cpu/o3/dyn_inst_impl.hh index 9406e2be0..3e015d962 100644 --- a/src/cpu/o3/dyn_inst_impl.hh +++ b/src/cpu/o3/dyn_inst_impl.hh @@ -155,7 +155,7 @@ template void BaseO3DynInst::trap(Fault fault) { - this->cpu->trap(fault, this->threadNumber, this); + this->cpu->trap(fault, this->threadNumber, this->staticInst); } template -- cgit v1.2.3