summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tcg/tcg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/tcg.c b/tcg/tcg.c
index a206e5380d..6eb56f5b70 100644
--- a/tcg/tcg.c
+++ b/tcg/tcg.c
@@ -578,7 +578,7 @@ void tcg_gen_call(TCGContext *s, TCGv func, unsigned int flags,
args2[j++] = TCGV_HIGH(arg);
#else
#ifdef TCG_TARGET_WORDS_BIGENDIAN
- args2[j++] = TCGV_HOGH(arg);
+ args2[j++] = TCGV_HIGH(arg);
args2[j++] = arg;
#else
args2[j++] = arg;