mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
target/microblaze: Add the unaligned-exceptions property
Add the unaligned-exceptions property to control if the core traps unaligned memory accesses. Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Luc Michel <luc.michel@greensocs.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
This commit is contained in:
parent
622cc7305c
commit
1507e5f62e
3 changed files with 7 additions and 2 deletions
|
@ -306,6 +306,7 @@ struct MicroBlazeCPU {
|
|||
bool illegal_opcode_exception;
|
||||
bool opcode_0_illegal;
|
||||
bool div_zero_exception;
|
||||
bool unaligned_exceptions;
|
||||
char *version;
|
||||
uint8_t pvr;
|
||||
} cfg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue