Re: [PATCH 3/3] target/loongarch: Remove unnecessary temporary variable assignment
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
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