arch: Add a bunch of missing override specifiers.
Missing override on methods which are overriding virtual methods causes warnings/errors on certain compilers. Change-Id: I16f565fa07bfcb399a0209cd87f1f9729cd89b2e Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/25223 Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com> Maintainer: Gabe Black <gabeblack@google.com> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -44,7 +44,7 @@ class MipsLinuxProcess : public MipsProcess
|
||||
/// Constructor.
|
||||
MipsLinuxProcess(ProcessParams * params, ObjectFile *objFile);
|
||||
|
||||
virtual SyscallDesc* getDesc(int callnum);
|
||||
SyscallDesc* getDesc(int callnum) override;
|
||||
|
||||
/// The target system's hostname.
|
||||
static const char *hostname;
|
||||
|
||||
Reference in New Issue
Block a user