summaryrefslogtreecommitdiffstats
path: root/include/exec/helper-head.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2014-04-08 08:53:28 -0700
committerRichard Henderson <rth@twiddle.net>2014-05-28 09:33:55 -0700
commit011209e19f0a4723e3dbca0aa68d2917b7938315 (patch)
tree28e4c4886e01de0a58b12751e8ab3a68b0e0c5dc /include/exec/helper-head.h
parentbbb8a1b45574d4e9d06d5753090ccadef2347e38 (diff)
downloadhqemu-011209e19f0a4723e3dbca0aa68d2917b7938315.zip
hqemu-011209e19f0a4723e3dbca0aa68d2917b7938315.tar.gz
tcg: Move size effects out of dh_arg
Tidying the initialization of the args arrays at the same time. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'include/exec/helper-head.h')
-rw-r--r--include/exec/helper-head.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/exec/helper-head.h b/include/exec/helper-head.h
index 4c541ab..b009ccb 100644
--- a/include/exec/helper-head.h
+++ b/include/exec/helper-head.h
@@ -112,7 +112,7 @@
((dh_is_64bit(t) << (n*2)) | (dh_is_signed(t) << (n*2+1)))
#define dh_arg(t, n) \
- (args[n - 1] = glue(GET_TCGV_, dh_alias(t))(glue(arg, n)))
+ glue(GET_TCGV_, dh_alias(t))(glue(arg, n))
#define dh_arg_decl(t, n) glue(TCGv_, dh_alias(t)) glue(arg, n)
OpenPOWER on IntegriCloud