Skip to content

Commit c246945

Browse files
authored
[NativeAOT] remove duplicate load of register (#80285)
This appears to be a copy-paste of the line above.
1 parent 75f9609 commit c246945

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/coreclr/nativeaot/Runtime/arm64/ExceptionHandling.S

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,6 @@ ClearSuccess_Catch:
480480

481481
ldr x1, [sp, rsp_CatchFunclet_offset_thread]
482482

483-
ldr x1, [sp, rsp_CatchFunclet_offset_thread]
484-
485483
// We must unhijack the thread at this point because the section of stack where the hijack is applied
486484
// may go dead. If it does, then the next time we try to unhijack the thread, it will corrupt the stack.
487485
INLINE_THREAD_UNHIJACK x1, x3, x12 // Thread in x1, trashes x3 and x12

0 commit comments

Comments
 (0)