diff options
Diffstat (limited to 'src/arch/arm')
-rw-r--r-- | src/arch/arm/isa.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/arm/isa.cc b/src/arch/arm/isa.cc index 38fbae142..42e1cba3f 100644 --- a/src/arch/arm/isa.cc +++ b/src/arch/arm/isa.cc @@ -403,6 +403,7 @@ ISA::startup(ThreadContext *tc) haveGICv3CPUInterface = true; gicv3CpuInterface.reset(gicv3->getCPUInterface(tc->contextId())); gicv3CpuInterface->setISA(this); + gicv3CpuInterface->setThreadContext(tc); } } } |