blob: 09b4387d8601dc0a5a5cf995f2e1011374e83b4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
.section .text
.global __mlibc_signal_restore
.type __mlibc_signal_restore, @function
__mlibc_signal_restore:
.global __mlibc_signal_restore_rt
.type __mlibc_signal_restore_rt, @function
__mlibc_signal_restore_rt:
mov $15, %rax
syscall
ud2
.section .note.GNU-stack,"",%progbits
|