Thomas Monjalon wrote: > 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. >
I agree. Alex