qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH 5/9] Move qemu_gettimeofday() to OS specific fil


From: Jes Sorensen
Subject: [Qemu-devel] Re: [PATCH 5/9] Move qemu_gettimeofday() to OS specific files
Date: Sat, 16 Oct 2010 16:27:21 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100921 Fedora/3.1.4-1.fc13 Lightning/1.0b3pre Thunderbird/3.1.4

On 10/15/10 18:39, Paolo Bonzini wrote:
> On 10/15/2010 04:05 PM, address@hidden 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

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