qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v4 08/30] target/mips: Declare mips_env_set_pc() inlined in "


From: Richard Henderson
Subject: Re: [PATCH v4 08/30] target/mips: Declare mips_env_set_pc() inlined in "internal.h"
Date: Wed, 28 Apr 2021 13:13:20 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 4/28/21 10:03 AM, Philippe Mathieu-Daudé wrote:
Rename set_pc() as mips_env_set_pc(), declare it inlined
and use it in cpu.c and op_helper.c.

Reported-by: Richard Henderson<richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé<f4bug@amsat.org>
---
v4: mips_cpu_set_error_pc -> mips_env_set_pc (rth)
---
  target/mips/internal.h  | 10 ++++++++++
  target/mips/cpu.c       |  8 +-------
  target/mips/op_helper.c | 16 +++-------------
  3 files changed, 14 insertions(+), 20 deletions(-)

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

r~



reply via email to

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