mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
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>
This commit is contained in:
parent
bbb8a1b455
commit
011209e19f
2 changed files with 39 additions and 50 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue