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/simple/exec_context.hh | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/cpu/simple') diff --git a/src/cpu/simple/exec_context.hh b/src/cpu/simple/exec_context.hh index 6d51e5ed9..13c44ac22 100644 --- a/src/cpu/simple/exec_context.hh +++ b/src/cpu/simple/exec_context.hh @@ -413,22 +413,6 @@ class SimpleExecContext : public ExecContext { } - /** - * Record the effective address of the instruction. - * - * @note Only valid for memory ops. - */ - void setEA(Addr EA) override - { panic("BaseSimpleCPU::setEA() not implemented\n"); } - - /** - * Get the effective address of the instruction. - * - * @note Only valid for memory ops. - */ - Addr getEA() const override - { panic("BaseSimpleCPU::getEA() not implemented\n"); } - Fault readMem(Addr addr, uint8_t *data, unsigned int size, Request::Flags flags) override { -- cgit v1.2.3