qemu-ppc
[Top][All Lists]
Advanced

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

Re: [PULL 00/20] ppc-for-6.0 queue 20210310


From: Richard Henderson
Subject: Re: [PULL 00/20] ppc-for-6.0 queue 20210310
Date: Thu, 11 Mar 2021 07:31:40 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 3/10/21 10:56 PM, David Gibson wrote:
      *pc = env->nip;
-    *cs_base = 0;
-    *flags = env->hflags;
+    *cs_base = env->hflags;
+    *flags = 0;
  }

Ah, that one.  It caused a regression, so I dropped it. I pinged
Richard Henderson about it, but I don't think I even had a reply.

I'm afraid I don't have the knowledge or the time to debug this
myself.

I missed the regression email, sorry.  Do you recall what it was?

r~



reply via email to

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