On Fri, May 29, 2015 at 11:43 PM, Peter Maydell <peter.mayd...@linaro.org> wrote:
> On 29 May 2015 at 17:41, Jun Koi <junkoi2...@gmail.com> 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!