git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3983 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
blueswir1 2008-02-17 08:45:04 +00:00
parent 9e31b9e28a
commit a0d69e0097
1 changed files with 1 additions and 1 deletions

View File

@ -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;