allwinner_a64/android/external/syslinux/core/debug.c
2018-08-08 16:14:42 +08:00

9 lines
185 B
C

#include "core.h"
#include <dprintf.h>
void pm_debug_msg(com32sys_t *regs)
{
(void)regs; /* For the non-DEBUG configuration */
dprintf("%s\n", MK_PTR(0, regs->eax.w[0]));
}