Skip to content

Commit

Permalink
Fix osx-x64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
filipnavara committed Nov 22, 2024
1 parent 9aa1e0a commit 67d8271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/pal/src/exception/remote-unwind.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1464,7 +1464,7 @@ StepWithCompactEncodingFrameless(const libunwindInfo* info, compact_unwind_encod
}
}

uint64_t savedRegisters = context->Rsp + stack_size - 8 - (8 * register_count);
unw_word_t savedRegisters = context->Rsp + stack_size - 8 - (8 * register_count);
for (int i = 0; i < register_count; i++)
{
uint64_t reg;
Expand Down

0 comments on commit 67d8271

Please sign in to comment.