]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/sparc: Rewrite gen_edge
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 25 May 2024 04:26:24 +0000 (21:26 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 5 Jun 2024 16:05:10 +0000 (09:05 -0700)
commit43db5838022a32752a27e64de6599b8dc427ba9f
tree4bb1483ec9108ae90c1ab5433eb5eb1f67129481
parentfa9079a86d94c202c316c97ca2eb61ca3e763907
target/sparc: Rewrite gen_edge

Drop the tables and compute the left and right edges directly.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/sparc/translate.c