source:
bootcd/isolinux/syslinux-6.03/core/debug.c
@
dd1be7c
Last change on this file since dd1be7c was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 185 bytes |
Line | |
---|---|
1 | #include "core.h" |
2 | #include <dprintf.h> |
3 | |
4 | void 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.