source: bootcd/isolinux/syslinux-6.03/com32/include/klibc/diverr.h @ e16e8f2

Last change on this file since e16e8f2 was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 94 bytes
Line 
1static 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.