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
target/hexagon: raise exception on multiple writes to same reg
As specified by the PRM, we should raise an exception when a packet
contains multiple writes to the same register. Lets introduce a bitmap
at the CPUArchState, looking for writes to already written registers and
properly generate an exception when needed. Also add a test case to
tests/tcg/system.
Signed-off-by: Matheus Tavares Bernardino <quic_mathbern@quicinc.com>
0 commit comments