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
refactor: move get_manufacturer_id_from_host() to regs.rs
Just make this a method on `Aarch64RegisterVec`, and make it return
`Option`, because there was only a single error case, and the error
message was additionall never displayed because the only call site
ignores errors beyond acknowledging that they happened.
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments