Sign in
android
/
platform
/
external
/
syslinux
/
76d05dc695b06c4e987bb8078f78032441e1430c
/
.
/
core
/
debug.c
blob: 9bf8b3a6a184a89a1dce47820048023af925c26c [
file
] [
log
] [
blame
]
#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
]));
}