diff --git a/src/cpu/minor/exec_context.hh b/src/cpu/minor/exec_context.hh index 9e7ce9b4f..6235721cf 100644 --- a/src/cpu/minor/exec_context.hh +++ b/src/cpu/minor/exec_context.hh @@ -104,7 +104,8 @@ class ExecContext : public ::ExecContext } Fault - initiateMemRead(Addr addr, unsigned int size, Request::Flags flags) + initiateMemRead(Addr addr, unsigned int size, + Request::Flags flags) override { execute.getLSQ().pushRequest(inst, true /* load */, nullptr, size, addr, flags, NULL);