This commit is contained in:
Geoffrey Thomas 2025-07-17 08:29:41 -04:00 committed by GitHub
parent a8bb7be52b
commit b3df1c2401
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -187,7 +187,7 @@ fn dump_regs(e: &mut ExceptionSafeStderr, c: &CONTEXT) -> std::fmt::Result {
// SAFETY: The two variants of this anonymous union are equivalent,
// one's an array and one has named registers.
let regs = unsafe { c.Anonymous.Anonymous };
let Windows::Win32::System::Diagnostics::Debug::CONTEXT_0_0 {
let windows::Win32::System::Diagnostics::Debug::CONTEXT_0_0 {
X0,
X1,
X2,