]> Git Repo - qemu.git/commit
target/arm: Add 'static' and 'const' annotations to VSHLL function arrays
authorPeter Maydell <[email protected]>
Tue, 16 Jun 2020 09:32:26 +0000 (10:32 +0100)
committerPeter Maydell <[email protected]>
Tue, 16 Jun 2020 09:32:26 +0000 (10:32 +0100)
commit448f0e5f3ecfbd089b934e5e3aa0ccd1f51a6174
treecb9489dda5d0eb1abdcd0b9023bd939f179c7b11
parent18fb58d588898550919392277787979ee7d0d84e
target/arm: Add 'static' and 'const' annotations to VSHLL function arrays

Mark the arrays of function pointers in trans_VSHLL_S_2sh() and
trans_VSHLL_U_2sh() as both 'static' and 'const'.

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
target/arm/translate-neon.inc.c
This page took 0.025928 seconds and 4 git commands to generate.