source:
bootcd/isolinux/syslinux-6.03/core/debug.c
Last change on this file was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 185 bytes |
Rev | Line | |
---|---|---|
[e16e8f2] | 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.