On 28/6/23 09:11, Richard Henderson wrote:
Create a new artificial "next pc" which also indicates
that nothing has changed within the cpu state which
requires returning to the main loop.
Pipe this new value though all pc/npc checks.
Do not produce this new value yet.
Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
target/sparc/translate.c | 147 +++++++++++++++++++++++++++------------
1 file changed, 103 insertions(+), 44 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>