mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-25 11:48:36 +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 "Emu/System.h"
|
||||||
#include "Utilities/Log.h"
|
#include "Utilities/Log.h"
|
||||||
|
|
||||||
static enum ARMv7_encoding
|
enum ARMv7_encoding
|
||||||
{
|
{
|
||||||
T1, T2, T3, T4, A1, A2
|
T1, T2, T3, T4, A1, A2
|
||||||
};
|
};
|
||||||
|
|
||||||
static enum SRType : u32
|
enum SRType : u32
|
||||||
{
|
{
|
||||||
SRType_None,
|
SRType_None,
|
||||||
SRType_LSL,
|
SRType_LSL,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue