mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
target/microblaze: Add the opcode-0x0-illegal CPU property
Add the opcode-0x0-illegal CPU property to control if the core should trap opcode zero as illegal. 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
648db19685
commit
1ee1bd28fc
3 changed files with 7 additions and 2 deletions
|
@ -303,6 +303,7 @@ struct MicroBlazeCPU {
|
|||
bool endi;
|
||||
bool dopb_bus_exception;
|
||||
bool iopb_bus_exception;
|
||||
bool opcode_0_illegal;
|
||||
char *version;
|
||||
uint8_t pvr;
|
||||
} cfg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue