Commit 2aed3d24 authored by Anup Patel's avatar Anup Patel Committed by Anup Patel
Browse files

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: default avatarAnup Patel <anup.patel@wdc.com>
parent 11389c9d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment