mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Clang buildfix
This commit is contained in:
parent
f72807cac3
commit
549a9afb70
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ namespace MIPSAsm
|
|||
typedef struct {
|
||||
char* name;
|
||||
char* encoding;
|
||||
int destencoding;
|
||||
int flags;
|
||||
unsigned int destencoding;
|
||||
unsigned int flags;
|
||||
} tMipsOpcode;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Reference in a new issue