qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v4 13/35] tcg: Add atomic helpers


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v4 13/35] tcg: Add atomic helpers
Date: Wed, 5 Oct 2016 11:08:10 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0

On 10/05/2016 04:17 AM, Alex Bennée wrote:
/tmp/qemu-test/src/tcg/tcg-op.c:2296:255: error: 
‘gen_helper_atomic_xor_fetchl_be’ undeclared here (not in a function)

Which makes me wonder in we should be including:

#include "exec/helper-proto.h"

And if this is generating all the prototypes it should.

No, there was a patch posted for this as well. Hopefully that hasn't been lost as well, since the fix was more involved. Something about the macro expansion on the non-__atomic path taken by gcc 4.2.

I had to test on centos 6 to see it myself.


r~



reply via email to

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