Clang buildfix

This commit is contained in:
Kingcom 2013-07-28 21:57:01 +02:00
parent f72807cac3
commit 549a9afb70

View File

@ -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 {