Skip to content

Commit

Permalink
Code review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mikem8361 committed Apr 5, 2022
1 parent 5e830da commit 045d67a
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 @@ -1502,7 +1502,7 @@ StepWithCompactEncodingFrameless(const libunwindInfo* info, compact_unwind_encod
}
switch (registers[i]) {
case UNWIND_X86_64_REG_RBX:
context->Rbp = reg;
context->Rbx = reg;
break;
case UNWIND_X86_64_REG_R12:
context->R12 = reg;
Expand Down

0 comments on commit 045d67a

Please sign in to comment.