mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-17 05:47:45 +00:00
parent
a8bb7be52b
commit
b3df1c2401
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue