qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] target-ppc: remove useless line


From: Thomas Monjalon
Subject: Re: [Qemu-devel] [PATCH] target-ppc: remove useless line
Date: Mon, 31 May 2010 15:11:13 +0200
User-agent: KMail/1.9.10

Alexander Graf wrote:
> Thomas, have you verified that it still boots a ppc64 guest?

No, but I don't see any specific link between ppc64 and this change.

This is the current (pseudo)code:
    LE = 0
    if ILE == 1
        LE = 1
    else
        LE = 0
In all cases, LE will be overwritten after the first line.

I cannot see any justification to keep the first line.
-- 
Thomas



reply via email to

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