summaryrefslogtreecommitdiff
path: root/src/cpu/o3/thread_context.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/o3/thread_context.hh')
-rw-r--r--src/cpu/o3/thread_context.hh6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cpu/o3/thread_context.hh b/src/cpu/o3/thread_context.hh
index 022e71291..374ef377d 100644
--- a/src/cpu/o3/thread_context.hh
+++ b/src/cpu/o3/thread_context.hh
@@ -86,6 +86,12 @@ class O3ThreadContext : public ThreadContext
CheckerCPU *getCheckerCpuPtr() override { return NULL; }
+ TheISA::ISA *
+ getIsaPtr() override
+ {
+ return cpu->isa[thread->threadId()];
+ }
+
TheISA::Decoder *
getDecoderPtr() override
{