summaryrefslogtreecommitdiffstats
path: root/tcg
diff options
context:
space:
mode:
authorVeres Lajos <vlajos@gmail.com>2015-09-08 22:45:14 +0100
committerMichael Tokarev <mjt@tls.msk.ru>2015-09-11 10:45:43 +0300
commit67cc32ebfd8c0ee3fcdb26780a8991baf5eb1d45 (patch)
tree86bc6be6682ce785667cef755e1b630e317ad696 /tcg
parent33b23b4b5e15923acaf315b01a535c15b239483b (diff)
downloadhqemu-67cc32ebfd8c0ee3fcdb26780a8991baf5eb1d45.zip
hqemu-67cc32ebfd8c0ee3fcdb26780a8991baf5eb1d45.tar.gz
typofixes - v4
Signed-off-by: Veres Lajos <vlajos@gmail.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'tcg')
-rw-r--r--tcg/ia64/tcg-target.c2
-rw-r--r--tcg/tcg.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/tcg/ia64/tcg-target.c b/tcg/ia64/tcg-target.c
index 3c07017..647e9a6 100644
--- a/tcg/ia64/tcg-target.c
+++ b/tcg/ia64/tcg-target.c
@@ -1594,7 +1594,7 @@ static void tcg_out_tb_finalize(TCGContext *s)
/* The out-of-line thunks are all the same; load the return address
from B0, load the GP, and branch to the code. Note that we are
always post-call, so the register window has rolled, so we're
- using incomming parameter register numbers, not outgoing. */
+ using incoming parameter register numbers, not outgoing. */
if (dest == NULL) {
uintptr_t *desc = (uintptr_t *)helpers[x];
uintptr_t func = desc[0], gp = desc[1], disp;
diff --git a/tcg/tcg.c b/tcg/tcg.c
index 0892a9b..f463e44 100644
--- a/tcg/tcg.c
+++ b/tcg/tcg.c
@@ -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;
OpenPOWER on IntegriCloud