From 6f42417144fe1a2e3ca37a3b419a57fc825030e2 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Wed, 9 Oct 2019 19:22:37 -0700 Subject: sim: Make the System object a PCEventScope. This abstracts away the raw PCEventQueue managed by the System. Change-Id: I04d773e6be90a891884a76841f15c3eecd5796ed Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/22101 Reviewed-by: Andreas Sandberg Maintainer: Gabe Black Tested-by: kokoro --- src/arch/alpha/linux/system.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/alpha') diff --git a/src/arch/alpha/linux/system.cc b/src/arch/alpha/linux/system.cc index ae9e5ef07..89d18f6f6 100644 --- a/src/arch/alpha/linux/system.cc +++ b/src/arch/alpha/linux/system.cc @@ -149,7 +149,7 @@ LinuxAlphaSystem::setupFuncEvents() // leads to non-intuitive behavior with --trace-start. Addr addr = 0; if (false && kernelSymtab->findAddress("alpha_switch_to", addr)) { - printThreadEvent = new PrintThreadInfo(&pcEventQueue, "threadinfo", + printThreadEvent = new PrintThreadInfo(this, "threadinfo", addr + sizeof(MachInst) * 6); } else { printThreadEvent = NULL; -- cgit v1.2.3