原始内容
高亮显示
复制内容
#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])); }
您还没有登录,登录后您可以:
首次使用?从这里 注册