qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] ahci: convert enum to #define


From: Nathan Froyd
Subject: Re: [Qemu-devel] [PATCH] ahci: convert enum to #define
Date: Thu, 13 May 2010 10:27:43 -0700
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

On Thu, May 13, 2010 at 07:19:30PM +0200, Sebastian Herbszt wrote:
> Convert enum to #define.

This doesn't buy you anything except code churn.  It actually makes
things worse at usual debug levels, too, because the debugger
understands enums, but not #define.

-Nathan



reply via email to

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