Skip to content

Commit 67d8271

Browse files
committed
Fix osx-x64 build
1 parent 9aa1e0a commit 67d8271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/coreclr/pal/src/exception/remote-unwind.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,7 @@ StepWithCompactEncodingFrameless(const libunwindInfo* info, compact_unwind_encod
14641464
}
14651465
}
14661466

1467-
uint64_t savedRegisters = context->Rsp + stack_size - 8 - (8 * register_count);
1467+
unw_word_t savedRegisters = context->Rsp + stack_size - 8 - (8 * register_count);
14681468
for (int i = 0; i < register_count; i++)
14691469
{
14701470
uint64_t reg;

0 commit comments

Comments
 (0)