]> Git Repo - qemu.git/commit
tcg: Standardize integral arguments to expanders
authorRichard Henderson <[email protected]>
Thu, 4 Jan 2018 15:44:17 +0000 (07:44 -0800)
committerRichard Henderson <[email protected]>
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 <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
tcg/tcg-op.c
tcg/tcg-op.h
This page took 0.026015 seconds and 4 git commands to generate.