[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v18 06/25] libtasn1: Use grub_divmod64() for division
From: |
Gary Lin |
Subject: |
Re: [PATCH v18 06/25] libtasn1: Use grub_divmod64() for division |
Date: |
Thu, 15 Aug 2024 14:24:52 +0800 |
On Wed, Aug 14, 2024 at 05:46:46PM +0200, Daniel Kiper wrote:
> On Fri, Jun 28, 2024 at 04:18:49PM +0800, Gary Lin via Grub-devel wrote:
> > Replace a 64 bit division with a call to grub_divmod64, preventing
>
> s/64 bit/64-bit/
> s/grub_divmod64/grub_divmod64()/
>
> > creation of __udivdi3 calls on 32 bit platforms.
>
> s/__udivdi3/__udivdi3()/
>
> > Signed-off-by: Daniel Axtens <dja@axtens.net>
> > Signed-off-by: Gary Lin <glin@suse.com>
>
> If you fix the issues mentioned above (and same below) you can add
> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>...
>
Thanks. I'll fix them in the next version.
Gary Lin