From 549a9afb70cad8ecabda6a88fe4326179d1f8415 Mon Sep 17 00:00:00 2001 From: Kingcom Date: Sun, 28 Jul 2013 21:57:01 +0200 Subject: [PATCH] Clang buildfix --- Core/MIPS/MIPSAsmTables.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/MIPS/MIPSAsmTables.h b/Core/MIPS/MIPSAsmTables.h index 2e8c068c31..0f37ff6d9d 100644 --- a/Core/MIPS/MIPSAsmTables.h +++ b/Core/MIPS/MIPSAsmTables.h @@ -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 {