|
From: | Richard Henderson |
Subject: | Re: [PATCH v3 1/9] target/i386: Simplify i386_tr_init_disas_context() |
Date: | Wed, 14 Jun 2023 07:15:01 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 |
On 6/13/23 15:33, Philippe Mathieu-Daudé wrote:
Since cpu_mmu_index() is well-defined for user-only, we can remove the surrounding #ifdef'ry entirely. Suggested-by: Richard Henderson<richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org> --- target/i386/tcg/translate.c | 3 --- 1 file changed, 3 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |