source:
bootcd/isolinux/syslinux-6.03/com32/include/klibc/diverr.h
Last change on this file was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 94 bytes |
Rev | Line | |
---|---|---|
[e16e8f2] | 1 | static inline void __divide_error(void) |
2 | { | |
3 | asm volatile ("int $0"); /* Divide by zero */ | |
4 | } |
Note: See TracBrowser
for help on using the repository browser.