Markus Armbruster <arm...@redhat.com> writes:

> Paolo Bonzini <pbonz...@redhat.com> writes:
>
>> On 10/12/2015 11:19, Markus Armbruster wrote:
>>> +    object_property_set_int(OBJECT(cpu), ZYNQ_BOARD_MIDR, "midr",
>>> + &error_fatal);object_property_set_int(OBJECT(cpu),
>>> + MPCORE_PERIPHBASE,
>>> + "reset-cbar",
>>> + &error_fatal);object_property_set_bool(OBJECT(cpu),
>>> + true,
>>> + "realized",
>>> + &error_fatal);
>>
>> Something went wrong here. :)
>
> Once again I demonstrate incompetence at proofreading my own patches %-}
>
> No idea what happened.  I'll fix it.

Coccinelle bug.  If I append '//' to the relevant line in the semantic
patch, I get

+                            
&error_fatal);//object_property_set_int(OBJECT(cpu),

Oopsie :)

[...]

Reply via email to