Sign in
android
/
platform
/
external
/
syslinux
/
refs/heads/oreo-mr1-release
/
.
/
com32
/
include
/
klibc
/
diverr.h
blob: 106f0624cdd5cc8bb60f15af14e2a49108a954fd [
file
] [
log
] [
blame
] [
edit
]
static
inline
void
__divide_error
(
void
)
{
asm
volatile
(
"int $0"
);
/* Divide by zero */
}