On 9/2/21 5:17 PM, Philippe Mathieu-Daudé wrote:
Restrict cpu_exec_interrupt() and its callees to sysemu.
Signed-off-by: Philippe Mathieu-Daudé
---
target/m68k/cpu.h | 2 ++
target/m68k/cpu.c | 2 +-
target/m68k/op_helper.c | 16 +++-
3 files changed, 6 insertions(
On Thu, Sep 2, 2021 at 9:18 AM Philippe Mathieu-Daudé
wrote:
> Restrict cpu_exec_interrupt() and its callees to sysemu.
>
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> target/m68k/cpu.h | 2 ++
> target/m68k/cpu.c | 2 +-
> target/m68k/op_helper.c | 16 +++-
> 3 file
Restrict cpu_exec_interrupt() and its callees to sysemu.
Signed-off-by: Philippe Mathieu-Daudé
---
target/m68k/cpu.h | 2 ++
target/m68k/cpu.c | 2 +-
target/m68k/op_helper.c | 16 +++-
3 files changed, 6 insertions(+), 14 deletions(-)
diff --git a/target/m68k/cpu.h b/