On 2/20/24 16:22, Daniel Henrique Barboza wrote:
The global is unused after recent changes.Signed-off-by: Daniel Henrique Barboza <dbarb...@ventanamicro.com> --- target/riscv/translate.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> Does this leave exactly one use of cpu_vl, in do_vsetvl()?If so, it would be worth removing that too, replacing the single use with an explicit load from env.
r~