Re: [PATCH v2 16/45] target/hppa: Always make a copy in do_ibranch_priv

2024-05-13 Thread Philippe Mathieu-Daudé
On 13/5/24 09:46, Richard Henderson wrote: This simplifies callers, which might otherwise have to make another copy. Signed-off-by: Richard Henderson --- target/hppa/translate.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH v2 16/45] target/hppa: Always make a copy in do_ibranch_priv

2024-05-13 Thread Richard Henderson
This simplifies callers, which might otherwise have to make another copy. Signed-off-by: Richard Henderson --- target/hppa/translate.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/target/hppa/translate.c b/target/hppa/translate.c index 22935f4645..f267de14c6 100644