Re: [PATCH] Fix __clzsi2 logic

2022-10-03 Thread Tuan Phan
On Mon, Oct 3, 2022 at 8:26 AM Daniel Kiper wrote: > On Thu, Sep 29, 2022 at 03:00:26PM -0700, Tuan Phan wrote: > > Fix the incorrect return value of __clzsi2 function. > > > > Fixes: e795b90 ("RISC-V: Add libgcc helpers for clz") > > Signed-off-by: Tuan Phan > > Reviewed-by: Daniel Kiper but..

Re: [PATCH] Fix __clzsi2 logic

2022-10-03 Thread Daniel Kiper
On Thu, Sep 29, 2022 at 03:00:26PM -0700, Tuan Phan wrote: > Fix the incorrect return value of __clzsi2 function. > > Fixes: e795b90 ("RISC-V: Add libgcc helpers for clz") > Signed-off-by: Tuan Phan Reviewed-by: Daniel Kiper but... > --- > grub-core/kern/compiler-rt.c | 2 +- > 1 file changed,

[PATCH] Fix __clzsi2 logic

2022-09-29 Thread Tuan Phan
Fix the incorrect return value of __clzsi2 function. Fixes: e795b90 ("RISC-V: Add libgcc helpers for clz") Signed-off-by: Tuan Phan --- grub-core/kern/compiler-rt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grub-core/kern/compiler-rt.c b/grub-core/kern/compiler-rt.c ind