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<[email protected]> Signed-off-by: Philippe Mathieu-Daudé<[email protected]> --- target/i386/tcg/translate.c | 3 --- 1 file changed, 3 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
