On 6/6/19 12:45 PM, Peter Maydell wrote: > Move the trans_*() functions we've just created from translate.c > to translate-vfp.inc.c. This is pure code motion with no textual > changes (this can be checked with 'git show --color-moved'). > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/translate-vfp.inc.c | 337 +++++++++++++++++++++++++++++++++ > target/arm/translate.c | 337 --------------------------------- > 2 files changed, 337 insertions(+), 337 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~