qemu-arm
[Top][All Lists]
Advanced

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

Re: [Qemu-arm] [PATCH v1 4/6] target/arm/translate-a64: get rid of DISAS


From: Richard Henderson
Subject: Re: [Qemu-arm] [PATCH v1 4/6] target/arm/translate-a64: get rid of DISAS_EXIT
Date: Mon, 10 Jul 2017 06:37:11 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

On 07/10/2017 05:47 AM, Alex Bennée wrote:
We already have an exit condition that declares we should exit to the
run-loop because wider CPU state changes have been made. Use
DISAS_UPDATE and kill the architecture specific DISAS_EXIT.

Signed-off-by: Alex Bennée<address@hidden>
---
  target/arm/translate-a64.c | 3 +--
  target/arm/translate.c     | 6 ++++--
  target/arm/translate.h     | 4 ----
  3 files changed, 5 insertions(+), 8 deletions(-)

I really thought it was clearer the other way around.


r~



reply via email to

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