repo.or.cz
/
syslinux.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ISOLINUX: fix EBIOS information passing in hybrid HDD mode
[syslinux.git]
/
com32
/
include
/
klibc
/
diverr.h
blob
a4bbeddf70993ceea2417836fb51e0317622ee22
1
static
inline
void
__divide_error
(
void
)
2
{
3
asm
volatile
(
"int $0"
);
/* Divide by zero */
4
}