]> Git Repo - qemu.git/commit
tcg/tci: Remove the qemu_ld/st_type macros
authorRichard Henderson <[email protected]>
Thu, 27 May 2021 19:37:57 +0000 (12:37 -0700)
committerRichard Henderson <[email protected]>
Sat, 19 Jun 2021 18:08:56 +0000 (11:08 -0700)
commitd1b1348cc33e5de3449f47d757141d7771b10e9e
treefb36f0680cc4b6752781126cb0e76ad8486d3b9f
parent5183f209eb3730a61adaf5ccfa1a30c807891971
tcg/tci: Remove the qemu_ld/st_type macros

These macros are only used in one place.  By expanding,
we get to apply some common-subexpression elimination
and create some local variables.

Tested-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
tcg/tci.c
This page took 0.023808 seconds and 4 git commands to generate.