Re: [PATCH 2/6] target/arm: Move arm_pamax out of line
Richard Henderson writes: A little follow on comment in the commit message would be useful: We will shortly need to access PAMax outside of the internals of the translator. > Signed-off-by: Richard Henderson Either way: Reviewed-by: Alex Bennée -- Alex Bennée
Re: [PATCH 2/6] target/arm: Move arm_pamax out of line
On 12/9/21 00:11, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > target/arm/internals.h | 19 +-- > target/arm/helper.c| 22 ++ > 2 files changed, 23 insertions(+), 18 deletions(-) Reviewed-by: Philippe Mathieu-Daudé