source: bootcd/isolinux/syslinux-6.03/core/debug.c @ dd1be7c

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

bootstuff

  • Property mode set to 100644
File size: 185 bytes
Line 
1#include "core.h"
2#include <dprintf.h>
3
4void pm_debug_msg(com32sys_t *regs)
5{
6    (void)regs;                 /* For the non-DEBUG configuration */
7
8    dprintf("%s\n", MK_PTR(0, regs->eax.w[0]));
9}
Note: See TracBrowser for help on using the repository browser.