On 06/02/2014 11:56 AM, Jakub Jelinek wrote:
Looks like now function does not return anything for ARM case? I'd
say we should replace this pc = ... with return like all other
cases, the code is just asking for trouble.

But it should be
   return (pc & ~(uptr)1) - 1;
right?

Yes, I had something like this in mind.

-Y

Reply via email to