qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 21/26] target/mips: Move exception management code to excepti


From: Richard Henderson
Subject: Re: [PATCH 21/26] target/mips: Move exception management code to exception.c
Date: Sun, 18 Apr 2021 13:23:48 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 4/18/21 9:31 AM, Philippe Mathieu-Daudé wrote:
Signed-off-by: Philippe Mathieu-Daudé<f4bug@amsat.org>
---
  target/mips/internal.h         |  13 ---
  target/mips/tcg/tcg-internal.h |  14 +++
  target/mips/cpu.c              | 113 ----------------------
  target/mips/exception.c        | 169 +++++++++++++++++++++++++++++++++
  target/mips/op_helper.c        |  37 --------
  target/mips/meson.build        |   1 +
  6 files changed, 184 insertions(+), 163 deletions(-)
  create mode 100644 target/mips/exception.c

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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