qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] where is crc32() function?


From: Peter Maydell
Subject: Re: [Qemu-devel] where is crc32() function?
Date: Fri, 29 May 2015 17:43:31 +0100

On 29 May 2015 at 17:41, Jun Koi <address@hidden> wrote:
> In target-arm/helper-a64.c, there is a call to crc32().
>
> I searched everywhere in the source, but still cannot find this function
> anywhere (only crc32c() is available)
>
> Any hint where this function is, please?

helper-a64.c has the hint you are looking for at the top:
  #include <zlib.h> /* For crc32 */

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]