Merge pull request #2966 from Kingcom/Assembler

Clang buildfix
This commit is contained in:
Henrik Rydgård 2013-07-28 13:23:04 -07:00
commit 22632f7f5e

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 {