On 10/15/10 18:39, Paolo Bonzini wrote:
> On 10/15/2010 04:05 PM, jes.soren...@redhat.com wrote:
>> +typedef struct timeval qemu_timeval;
>> +#define qemu_gettimeofday(tp) gettimeofday(tp, NULL);
> 
> Argh, trailing semicolon.  Please remove it or use an inline function.

Good point, it is present in the existing code - it was a pure copy
paste. I'll fix it.

Cheers,
Jes

Reply via email to