From e35b491c464f8961f5f3fff56478f12716f5a424 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Fri, 4 Oct 2019 01:21:24 -0700 Subject: arch,base,sim: Move Process loader hooks into the Process class. This code was originally in the ObjectFile class, but not all object files will become Processes. All Processes will ultimately come from ObjectFiles though, so it makes more sense to put that class there. Change-Id: Ie73e4cdecbb51ce53d24cf68911a6cfc0685d771 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/21468 Reviewed-by: Jason Lowe-Power Reviewed-by: Gabe Black Tested-by: kokoro Maintainer: Gabe Black --- src/arch/power/linux/process.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/power/linux/process.cc') diff --git a/src/arch/power/linux/process.cc b/src/arch/power/linux/process.cc index 97032d989..f39de53f8 100644 --- a/src/arch/power/linux/process.cc +++ b/src/arch/power/linux/process.cc @@ -51,7 +51,7 @@ using namespace PowerISA; namespace { -class PowerLinuxObjectFileLoader : public ObjectFile::Loader +class PowerLinuxObjectFileLoader : public Process::Loader { public: Process * -- cgit v1.2.3