On 11/11/21 6:57 AM, LIU Zhiwei wrote:
Replace the array of pm_mask/pm_base with scalar variables. Remove the cached array value in DisasContext.Signed-off-by: LIU Zhiwei<zhiwei_...@c-sky.com> --- target/riscv/translate.c | 32 ++++++++------------------------ 1 file changed, 8 insertions(+), 24 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~