Hello Nikos Nikoleris,

I'd like you to do a code review. Please visit

    https://gem5-review.googlesource.com/4283

to review the following change.


Change subject: arch-x86: Add missing override in the X86 TLB
......................................................................

arch-x86: Add missing override in the X86 TLB

Change-Id: Ie5ef1aaaef46cf8ef8fa4b0fc8f7efb8cde9b489
Signed-off-by: Andreas Sandberg <[email protected]>
Reviewed-by: Nikos Nikoleris <[email protected]>
---
M src/arch/x86/tlb.hh
1 file changed, 1 insertion(+), 1 deletion(-)



diff --git a/src/arch/x86/tlb.hh b/src/arch/x86/tlb.hh
index 09cd6ed..d036b74 100644
--- a/src/arch/x86/tlb.hh
+++ b/src/arch/x86/tlb.hh
@@ -151,7 +151,7 @@
         /*
          * Function to register Stats
          */
-        void regStats();
+        void regStats() override;

         // Checkpointing
         void serialize(CheckpointOut &cp) const override;

--
To view, visit https://gem5-review.googlesource.com/4283
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie5ef1aaaef46cf8ef8fa4b0fc8f7efb8cde9b489
Gerrit-Change-Number: 4283
Gerrit-PatchSet: 1
Gerrit-Owner: Andreas Sandberg <[email protected]>
Gerrit-Reviewer: Nikos Nikoleris <[email protected]>
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to