repo.or.cz
/
syslinux-debian
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding upstream version 6.02~pre8+dfsg.
[syslinux-debian/hramrach.git]
/
com32
/
include
/
klibc
/
diverr.h
blob
106f0624cdd5cc8bb60f15af14e2a49108a954fd
1
static
inline
void
__divide_error
(
void
)
2
{
3
asm
volatile
(
"int $0"
);
/* Divide by zero */
4
}