On 8/19/26 07:56, Philippe Mathieu-Daudé wrote:
Rename meaningless @ret or @r variables as @excp to
directly denote the value is an exception. No logical
changes, purely cosmetic/clarity improvement.
Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
accel/tcg/cpu-exec.c | 24 ++++++++++++------------
accel/tcg/tcg-accel-ops-mttcg.c | 7 ++++---
accel/tcg/tcg-accel-ops-rr.c | 8 ++++----
accel/tcg/tcg-accel-ops.c | 7 ++++---
4 files changed, 24 insertions(+), 22 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~