You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
In the flow of interrupt, CPU will automatically disable sstatus.SIE. In the encl_trap_handler routine, I don't notice any operation to enable the sstatus.SIE to eanble the interrupt. Is there any wrong?
In the flow of interrupt, CPU will automatically disable sstatus.SIE. In the
encl_trap_handlerroutine, I don't notice any operation to enable the sstatus.SIE to eanble the interrupt. Is there any wrong?