Merge commit '3621a6c08002c6b3e5b6f91bb0e20d8372613160' into dev

This commit is contained in:
Simone
2025-01-07 15:08:55 +00:00
1521 changed files with 323443 additions and 365407 deletions

View File

@@ -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);
}
}
}