Hi Xenia,
> On 26 Jun 2022, at 22:11, Xenia Ragiadakou wrote:
>
> Add a function prototype for do_bad_mode() in and include
> header in traps.c, so that the declarations of the functions
> do_bad_mode() and finalize_instr_emulation(), which have external linkage,
> are visible before the funct
Add a function prototype for do_bad_mode() in and include
header in traps.c, so that the declarations of the functions
do_bad_mode() and finalize_instr_emulation(), which have external linkage,
are visible before the function definitions.
Signed-off-by: Xenia Ragiadakou
---
xen/arch/arm/arm64/