mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
target-arm: Add condexec state to insn_start
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
9aef40ed1f
commit
52e971d9ff
3 changed files with 4 additions and 2 deletions
|
@ -95,6 +95,7 @@
|
|||
struct arm_boot_info;
|
||||
|
||||
#define NB_MMU_MODES 7
|
||||
#define TARGET_INSN_START_EXTRA_WORDS 1
|
||||
|
||||
/* We currently assume float and double are IEEE single and double
|
||||
precision respectively.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue