arch-x86: Fix style in plain C++ StaticInst base classes.
authorGabe Black <gabe.black@gmail.com>
Mon, 25 Jan 2021 06:55:02 +0000 (22:55 -0800)
committerGabe Black <gabe.black@gmail.com>
Wed, 27 Jan 2021 00:41:56 +0000 (00:41 +0000)
commit086cc6c89352a80ca300c2325f5c7bdc5caa6300
treeadb3ddafdc8f4f7d2b1b8ca92b0a40b53a68cdc3
parentc4cad07fc524f7b1362ab98d66e961ad80a8587c
arch-x86: Fix style in plain C++ StaticInst base classes.

Change-Id: I826fce4071fe413f16caffbcd519396eec1967a0
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/39675
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
12 files changed:
src/arch/x86/insts/microfpop.cc
src/arch/x86/insts/microfpop.hh
src/arch/x86/insts/microldstop.cc
src/arch/x86/insts/microldstop.hh
src/arch/x86/insts/micromediaop.cc
src/arch/x86/insts/micromediaop.hh
src/arch/x86/insts/microop.cc
src/arch/x86/insts/microop.hh
src/arch/x86/insts/microregop.cc
src/arch/x86/insts/microregop.hh
src/arch/x86/insts/static_inst.cc
src/arch/x86/insts/static_inst.hh