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
The read value of mip should not depend on the value of hvip.
hvip.VSSIP is an alias of mip.VSSIP, so when reading hvip,
the VSSIP bit of mip needs to be OR-ed. Similarly, when writing
to hvip, the VSSIP bit of mip also needs to be updated.
However, there is no reason for the value of mip to depend on
the value of hvip when being read.
0 commit comments