Skip to content

Commit

Permalink
[NativeAOT] remove duplicate load of register (#80285)
Browse files Browse the repository at this point in the history
This appears to be a copy-paste of the line above.
  • Loading branch information
AustinWise authored Jan 6, 2023
1 parent 75f9609 commit c246945
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/coreclr/nativeaot/Runtime/arm64/ExceptionHandling.S
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,6 @@ ClearSuccess_Catch:

ldr x1, [sp, rsp_CatchFunclet_offset_thread]

ldr x1, [sp, rsp_CatchFunclet_offset_thread]

// We must unhijack the thread at this point because the section of stack where the hijack is applied
// may go dead. If it does, then the next time we try to unhijack the thread, it will corrupt the stack.
INLINE_THREAD_UNHIJACK x1, x3, x12 // Thread in x1, trashes x3 and x12
Expand Down

0 comments on commit c246945

Please sign in to comment.