[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 2/3] m68k: implement move to/from usp registe
From: |
Laurent Vivier |
Subject: |
Re: [Qemu-devel] [PATCH v2 2/3] m68k: implement move to/from usp register instruction |
Date: |
Fri, 19 Jun 2015 21:28:17 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 |
Le 19/06/2015 15:43, address@hidden a écrit :
> From: Greg Ungerer <address@hidden>
>
> Fill out the code support for the move to/from usp instructions. They are
> being decoded, but there is no code to support there actions. So add it.
>
> Current versions of Linux running on the ColdFire 5208 use these instructions.
>
> Signed-off-by: Greg Ungerer <address@hidden>
> Reviewed-by: Richard Henderson <address@hidden>
> ---
> target-m68k/translate.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Laurent Vivier <address@hidden>