File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- //=== -- orc_rt_macho_tlv .x86 - 64 .s -------------------------------*- ASM -*- ===//
1+ //=== -- macho_tlv .x86 - 64 .s ------- -------------------------------*- ASM -*- ===//
22//
33// Part of the LLVM Project , under the Apache License v2. 0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1515
1616 .text
1717
18- // Saves GPRs , calls __orc_rt_sysv_resolve
18+ // Saves GPRs , calls __orc_rt_resolve
1919 .globl __orc_rt_sysv_reenter
2020__orc_rt_sysv_reenter:
2121 // Save register state , set up new stack frome.
@@ -49,14 +49,14 @@ __orc_rt_sysv_reenter:
4949 stp q2 , q3 , [ sp , # - 32 ] !
5050 stp q0 , q1 , [ sp , # - 32 ] !
5151
52- // Look up the return address and subtract 8 from it (on the
53- // assumption th at it's a standard arm64 reentry trampoline) to get
54- // back the trampoline's address.
52+ // Look up the return address and subtract 8 from it (on the assumption
53+ // th at it's a standard arm64 reentry trampoline) to get back the
54+ // trampoline's address.
5555 sub x0 , x30 , # 8
5656
57- // Call __orc_rt_sysv_resolve to look up the implementation
58- // corresponding to the calling stub , then store this in x17 (which
59- // we'll return to below.
57+ // Call __orc_rt_resolve to look up the implementation corresponding to
58+ // the calling stub , then store this in x17 (which we'll return to
59+ // below) .
6060#if !defined(__APPLE__)
6161 bl __orc_rt_resolve
6262#else
You can’t perform that action at this time.
0 commit comments