qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] target-alpha: fix the braces


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH] target-alpha: fix the braces
Date: Mon, 17 Mar 2014 11:07:02 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

On 03/17/2014 04:28 AM, Paolo Bonzini wrote:
> Conform to coding style, and avoid further occurrences of bugs due to
> misplaced braces.
> 
> Signed-off-by: Paolo Bonzini <address@hidden>
> ---
>  target-alpha/translate.c | 313 
> +++++++++++++++++++++++++++--------------------
>  1 file changed, 180 insertions(+), 133 deletions(-)

I was considering going through the alpha translator and dropping all the
highly unlikely tests and stuff that can now be handled by the tcg optimizers.
 In the process I'd touch most of these lines and fix the conformance.

But if we'd prefer to fix them all at once, that's fine too.

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

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