target/riscv: deprecate the 'any' CPU type
[qemu/ar7.git] / target / arm / tcg-stubs.c
blob152b172e24344e818a99e89d611a722591cc3e55
1 /*
2 * QEMU ARM stubs for some TCG helper functions
4 * Copyright 2021 SUSE LLC
6 * This work is licensed under the terms of the GNU GPL, version 2 or later.
7 * See the COPYING file in the top-level directory.
8 */
10 #include "qemu/osdep.h"
11 #include "cpu.h"
12 #include "internals.h"
14 void write_v7m_exception(CPUARMState *env, uint32_t new_exc)
16 g_assert_not_reached();
19 void raise_exception_ra(CPUARMState *env, uint32_t excp, uint32_t syndrome,
20 uint32_t target_el, uintptr_t ra)
22 g_assert_not_reached();
24 /* Temporarily while cpu_get_tb_cpu_state() is still in common code */
25 void assert_hflags_rebuild_correctly(CPUARMState *env)