mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
tcg: fix s/compliment/complement/ typos
Signed-off-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
5bcf917ee3
commit
1d34982155
3 changed files with 3 additions and 3 deletions
|
@ -113,7 +113,7 @@ typedef struct DisasContext {
|
|||
int rex_x, rex_b;
|
||||
#endif
|
||||
int vex_l; /* vex vector length */
|
||||
int vex_v; /* vex vvvv register, without 1's compliment. */
|
||||
int vex_v; /* vex vvvv register, without 1's complement. */
|
||||
int ss32; /* 32 bit stack segment */
|
||||
CCOp cc_op; /* current CC operation */
|
||||
bool cc_op_dirty;
|
||||
|
|
|
@ -4002,7 +4002,7 @@ DISAS_INSN(bfext_reg)
|
|||
TCGv shift;
|
||||
|
||||
/* In general, we're going to rotate the field so that it's at the
|
||||
top of the word and then right-shift by the compliment of the
|
||||
top of the word and then right-shift by the complement of the
|
||||
width to extend the field. */
|
||||
if (ext & 0x20) {
|
||||
/* Variable width. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue