On 8/25/25 08:27, Edgar E. Iglesias wrote:
From: "Edgar E. Iglesias" <[email protected]>
Break out raise_divzero(). No functional change.
Signed-off-by: Edgar E. Iglesias <[email protected]>
---
target/microblaze/op_helper.c | 30 ++++++++++++++----------------
1 file changed, 14 insertions(+), 16 deletions(-)
You could usefully squash this with the previous. It obviates the b -> divisor rename,
and it perhaps clarifies why you don't like using "ra" in two different contexts.
Reviewed-by: Richard Henderson <[email protected]>
r~