repo.or.cz
/
syslinux.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
txt/syslinux.txt: synopsis, extlinux.sys, wrap long command
[syslinux.git]
/
core
/
debug.c
blob
9bf8b3a6a184a89a1dce47820048023af925c26c
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
}