mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-23 04:55:22 +00:00
GCC build fix
This commit is contained in:
parent
16d31bc5e6
commit
5d37b42576
1 changed files with 2 additions and 2 deletions
|
@ -4,12 +4,12 @@
|
|||
#include "Emu/System.h"
|
||||
#include "Utilities/Log.h"
|
||||
|
||||
static enum ARMv7_encoding
|
||||
enum ARMv7_encoding
|
||||
{
|
||||
T1, T2, T3, T4, A1, A2
|
||||
};
|
||||
|
||||
static enum SRType : u32
|
||||
enum SRType : u32
|
||||
{
|
||||
SRType_None,
|
||||
SRType_LSL,
|
||||
|
|
Loading…
Add table
Reference in a new issue