mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-05 09:19:27 +01:00
Fix _UI_siglongjmp_cont name
This commit is contained in:
parent
0f1c0f5f66
commit
89e1df2d32
2 changed files with 1 additions and 2 deletions
|
@ -24,7 +24,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
|
||||
.globl _UI_longjmp_cont
|
||||
|
||||
.type _UI_longjmp_cont, @function
|
||||
_UI_longjmp_cont:
|
||||
push %rax /* push target IP as return address */
|
||||
|
|
|
@ -24,7 +24,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
|
||||
.globl _UI_siglongjmp_cont
|
||||
.type _ui_siglongjmp_cont, @function
|
||||
.type _UI_siglongjmp_cont, @function
|
||||
_UI_siglongjmp_cont:
|
||||
retq
|
||||
.size _UI_siglongjmp_cont, . - _UI_siglongjmp_cont
|
||||
|
|
Loading…
Reference in a new issue