From b52ea6e98cb27c97aeea1085c4f5fdcbbdf66f0c Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Fri, 5 Jan 2018 15:33:08 -0800 Subject: cpu, power: Get rid of the remnants of the EA computation insts. Get rid of some remnants of a system which was intended to separate address computation into its own instruction object. Change-Id: I23f9ffd70fcb89a8ea5bbb934507fb00da9a0b7f Reviewed-on: https://gem5-review.googlesource.com/7122 Reviewed-by: Jason Lowe-Power Maintainer: Gabe Black --- src/cpu/checker/cpu.hh | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/cpu/checker') diff --git a/src/cpu/checker/cpu.hh b/src/cpu/checker/cpu.hh index b1a457491..f79aa0864 100644 --- a/src/cpu/checker/cpu.hh +++ b/src/cpu/checker/cpu.hh @@ -181,13 +181,6 @@ class CheckerCPU : public BaseCPU, public ExecContext void serialize(CheckpointOut &cp) const override; void unserialize(CheckpointIn &cp) override; - // These functions are only used in CPU models that split - // effective address computation from the actual memory access. - void setEA(Addr EA) override - { panic("CheckerCPU::setEA() not implemented\n"); } - Addr getEA() const override - { panic("CheckerCPU::getEA() not implemented\n"); } - // The register accessor methods provide the index of the // instruction's operand (e.g., 0 or 1), not the architectural // register index, to simplify the implementation of register -- cgit v1.2.3