Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
7b89be78f44dc1be48697f2c055fbf3a9534f856
/
.
/
libc
/
arch-x86
/
bionic
/
__libc_int0x80.S
blob: 66f0a1a7a96cda8ee278ea1408126ea578aefa06 [
file
] [
log
] [
blame
]
Pirama Arumuga Nainar
7b89be7
2021-02-12 15:09:49 -0800
[
diff
] [
blame^
]
1
#include <private/bionic_asm.h>
2
3
//
void __libc_int0x80
();
4
ENTRY_PRIVATE
(
__libc_int0x80
)
5
int
$
0x80
6
ret
7
END
(
__libc_int0x80
)