]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg: Standardize integral arguments to expanders
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 4 Jan 2018 15:44:17 +0000 (07:44 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 8 Feb 2018 15:54:05 +0000 (15:54 +0000)
commit474b2e8f0f765515515b495e6872b5e18a660baf
tree0ac56e1bdd1345423f00d2bbe56588815a5eeca8
parentd2fd745fe8b9ac574d28b7ac63c39f6529749bd2
tcg: Standardize integral arguments to expanders

Some functions use intN_t arguments, some use uintN_t, some just
used "unsigned".  To aid putting function pointers in tables, we
need consistency.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tcg-op.c
tcg/tcg-op.h