mips,cpu: Get rid of the IsERET StaticInst flag.
authorGabe Black <gabeblack@google.com>
Sun, 30 Aug 2020 08:32:43 +0000 (01:32 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 15 Sep 2020 08:03:19 +0000 (08:03 +0000)
commitd64465c02482fc2afa4c1467650976856c9a440a
tree1827acc02a6ae7d983b4c069a34bb791d4616b8a
parent340a16ac1c5731d4def3bfea98b9ed0e53b92d57
mips,cpu: Get rid of the IsERET StaticInst flag.

This is set by MIPS but doesn't have an accessor in StaticInst, and
isn't used by anything.

Change-Id: Ie28d2df134dcf264bca17c9c66dd32515a240492
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/33738
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
src/arch/mips/isa/decoder.isa
src/cpu/StaticInstFlags.py