Fix processor_t:take_interrupt() for HS-mode interrupts
When deciding HS-mode interrupts in processor_t:take_interrupt()
we should use "~state.hideleg" instead of "~MIP_VS_MASK" because
VS interrupt bits are writeable in HIDELEG CSR.
Signed-off-by:
Anup Patel <anup.patel@wdc.com>
parent
11389c9d
Please register or sign in to comment