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: Jun Koi
Subject: Re: [Qemu-devel] where is crc32() function?
Date: Sat, 30 May 2015 00:41:53 +0700



On Fri, May 29, 2015 at 11:43 PM, Peter Maydell <address@hidden> wrote:
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 */



Thanks a lot, Peter!


reply via email to

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