mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
microblaze: Add internal base vectors reg
Configurable at CPU synthesis/instantiation. Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
This commit is contained in:
parent
e3351000cd
commit
a1bff71c56
3 changed files with 13 additions and 4 deletions
|
@ -56,6 +56,7 @@ typedef struct MicroBlazeCPUClass {
|
|||
typedef struct MicroBlazeCPU {
|
||||
/*< private >*/
|
||||
CPUState parent_obj;
|
||||
uint32_t base_vectors;
|
||||
/*< public >*/
|
||||
|
||||
CPUMBState env;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue