Merge branch 'next' into opsize

This commit is contained in:
Nguyen Anh Quynh 2014-06-18 14:21:49 +08:00
commit 46291c139f
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ static void printAddrRegExtendOperand(MCInst *MI, unsigned OpNum,
unsigned S = ExtImm & 1;
bool IsLSL = OptionHi == 1 && RmSize == 64;
char *Ext = 0;
char *Ext = NULL;
switch (OptionHi) {
case 1:
if (RmSize == 32) {