Inheritance list should not be redundant (#5230)

This commit is contained in:
Marco Carvalho
2023-06-15 00:54:27 -03:00
committed by GitHub
parent 82f90704a0
commit 32d21ddf17
20 changed files with 24 additions and 24 deletions

View File

@ -13,7 +13,7 @@
}
}
enum OpCode32SimdSelMode : int
enum OpCode32SimdSelMode
{
Eq = 0,
Vs,

View File

@ -1,6 +1,6 @@
namespace ARMeilleure.State
{
enum ExecutionMode : int
enum ExecutionMode
{
Aarch32Arm = 0,
Aarch32Thumb = 1,