cpu: Fix style and add overrides to bas_dyn_inst.hh.
authorGabe Black <gabeblack@google.com>
Wed, 9 Sep 2020 00:46:39 +0000 (17:46 -0700)
committerGabe Black <gabeblack@google.com>
Wed, 9 Sep 2020 07:08:53 +0000 (07:08 +0000)
commita607c250d961b45363b3f3a7c25f37a00c863d17
tree5891737cbc4f984e0c4845d85a3b518d5525f2d6
parent63ac86ecbb08d578797e379f6102706b7d1e67e5
cpu: Fix style and add overrides to bas_dyn_inst.hh.

Either return types, brackets and the function body should all be on
their own line, or the entire function should be on a single line.

Consistently place the * or & up against the variable name and not the
type name. There isn't an official rule for which to use, but the
majority of existing uses were this way.

Add overrides for overridden virtual methods.

These fixes get rid of compiler warnings which are breaking the build
for me.

Change-Id: Ifc6ace4794a66ffd031ee686f6b6ef888004d786
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/34216
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/cpu/base_dyn_inst.hh