mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
Fix new typos (found by codespell)
* accomodate -> accommodate * aquiring -> acquiring * beacuse -> because * loosing -> losing * prefering -> preferring * threshhold -> threshold Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
10358b6a1c
commit
5d831be272
6 changed files with 7 additions and 7 deletions
|
@ -781,7 +781,7 @@ static void tcg_out_brcond2(TCGContext *s, TCGCond cond, TCGReg al, TCGReg ah,
|
|||
break;
|
||||
|
||||
default:
|
||||
/* Minimize code size by prefering a compare not requiring INV. */
|
||||
/* Minimize code size by preferring a compare not requiring INV. */
|
||||
if (mips_cmp_map[cond] & MIPS_CMP_INV) {
|
||||
cond = tcg_invert_cond(cond);
|
||||
b_cond = TCG_COND_EQ;
|
||||
|
@ -810,7 +810,7 @@ static void tcg_out_movcond(TCGContext *s, TCGCond cond, TCGReg ret,
|
|||
break;
|
||||
|
||||
default:
|
||||
/* Minimize code size by prefering a compare not requiring INV. */
|
||||
/* Minimize code size by preferring a compare not requiring INV. */
|
||||
if (mips_cmp_map[cond] & MIPS_CMP_INV) {
|
||||
cond = tcg_invert_cond(cond);
|
||||
m_opc = OPC_MOVZ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue