mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
typofixes - v4
Signed-off-by: Veres Lajos <vlajos@gmail.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
33b23b4b5e
commit
67cc32ebfd
35 changed files with 47 additions and 48 deletions
|
@ -1396,7 +1396,7 @@ static void tcg_liveness_analysis(TCGContext *s)
|
|||
}
|
||||
}
|
||||
}
|
||||
/* input arguments are live for preceeding opcodes */
|
||||
/* input arguments are live for preceding opcodes */
|
||||
for (i = nb_oargs; i < nb_oargs + nb_iargs; i++) {
|
||||
arg = args[i];
|
||||
dead_temps[arg] = 0;
|
||||
|
@ -1542,7 +1542,7 @@ static void tcg_liveness_analysis(TCGContext *s)
|
|||
dead_args |= (1 << i);
|
||||
}
|
||||
}
|
||||
/* input arguments are live for preceeding opcodes */
|
||||
/* input arguments are live for preceding opcodes */
|
||||
for (i = nb_oargs; i < nb_oargs + nb_iargs; i++) {
|
||||
arg = args[i];
|
||||
dead_temps[arg] = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue