Merge commit '3621a6c08002c6b3e5b6f91bb0e20d8372613160' into dev
This commit is contained in:
@@ -106,7 +106,7 @@ static const char *MipsFCCToString(Mips_CondCode CC)
|
||||
case Mips_FCOND_GT:
|
||||
return "ngt";
|
||||
}
|
||||
assert(0 && "Impossible condition code!");
|
||||
CS_ASSERT_RET_VAL(0 && "Impossible condition code!", NULL);
|
||||
return "";
|
||||
}
|
||||
|
||||
@@ -631,4 +631,4 @@ const char *Mips_LLVM_getRegisterName(unsigned RegNo, bool noRegName)
|
||||
default:
|
||||
return getRegisterName(RegNo);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user