qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH for-2.5 16/30] m68k: Add all access modes and da


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH for-2.5 16/30] m68k: Add all access modes and data sizes to some 680x0 instructions
Date: Wed, 12 Aug 2015 09:27:25 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0

On 08/09/2015 01:13 PM, Laurent Vivier wrote:
> -        SRC_EA(env, tmp, OS_LONG, 0, &addr);
> +        SRC_EA(env, tmp, opsize, -1, &addr);

Oh, I'm also wondering why you changed all of the inputs from unsigned to
signed.  It appears to be unrelated to updating the modes, and unnecessary.

I'm all for reducing churn and doing both at once, so long as you say why.  But
at present it looks like a mistake.


r~



reply via email to

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