Releasing debian version 6.02~pre8+dfsg-1.
[syslinux-debian/hramrach.git] / core / debug.c
blob9bf8b3a6a184a89a1dce47820048023af925c26c
1 #include "core.h"
2 #include <dprintf.h>
4 void pm_debug_msg(com32sys_t *regs)
6 (void)regs; /* For the non-DEBUG configuration */
8 dprintf("%s\n", MK_PTR(0, regs->eax.w[0]));