Re: [PATCH 3/3] target/loongarch: Remove unnecessary temporary variable assignment

2025-03-13 Thread Philippe Mathieu-Daudé

On 13/3/25 10:13, Bibo Mao wrote:

Temporary variable ret is assigned at last line and return, it can
be removed and return directly.

Signed-off-by: Bibo Mao 
---
  target/loongarch/tcg/tlb_helper.c | 5 ++---
  1 file changed, 2 insertions(+), 3 deletions(-)


Reviewed-by: Philippe Mathieu-Daudé 




Re: [PATCH 3/3] target/loongarch: Remove unnecessary temporary variable assignment

2025-03-13 Thread Markus Armbruster
Bibo Mao  writes:

> Temporary variable ret is assigned at last line and return, it can
> be removed and return directly.
>
> Signed-off-by: Bibo Mao 

Reviewed-by: Markus Armbruster