cpu: Add missing override in Minor's exec context
authorAndreas Sandberg <andreas.sandberg@arm.com>
Mon, 15 Aug 2016 11:00:37 +0000 (12:00 +0100)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Mon, 15 Aug 2016 11:00:37 +0000 (12:00 +0100)
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
src/cpu/minor/exec_context.hh

index 9e7ce9b4fcc1f2abff1dae3895d12f82ee8cc141..6235721cf5b445b7c0dbb3ef8d333d81719fc321 100644 (file)
@@ -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);