qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v4 4/7] target-m68k: move fmove CR to a function


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v4 4/7] target-m68k: move fmove CR to a function
Date: Mon, 12 Jun 2017 11:37:40 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0

On 06/12/2017 10:56 AM, Laurent Vivier wrote:
Le 12/06/2017 à 18:13, Richard Henderson a écrit :
On 06/11/2017 04:16 PM, Laurent Vivier wrote:
Move code of fmove to/from control register to a function

Signed-off-by: Laurent Vivier <address@hidden>
---
   target/m68k/translate.c | 66
++++++++++++++++++++++++++++++-------------------
   1 file changed, 41 insertions(+), 25 deletions(-)

In that this is 100% code movement,

Reviewed-by: Richard Henderson <address@hidden>


+            cpu_abort(NULL, "Unimplemented: fmove from control %d",
mask);
+            goto undef;

But cpu_abort doesn't return, and will exit qemu.
This should be qemu_log_mask(LOG_UNIMP, ...).

Do you want I update the patch to fix that?

Yes please.


r~



reply via email to

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