|
From: | Richard Henderson |
Subject: | Re: [Qemu-arm] [PATCH 10/42] target/arm: Move the VFP trans_* functions to translate-vfp.inc.c |
Date: | Fri, 7 Jun 2019 10:53:24 -0500 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 |
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 <address@hidden> > --- > target/arm/translate-vfp.inc.c | 337 +++++++++++++++++++++++++++++++++ > target/arm/translate.c | 337 --------------------------------- > 2 files changed, 337 insertions(+), 337 deletions(-) Reviewed-by: Richard Henderson <address@hidden> r~
[Prev in Thread] | Current Thread | [Next in Thread] |