Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3149 → Rev 3150

/branches/dynload/kernel/generic/src/syscall/syscall.c
93,7 → 93,7
/** Print a hex integer into klog */
static unative_t sys_debug_putint(unative_t i)
{
klog_printf("[task:0x%x]", i);
printf("[task:0x%x]", i);
return 0;
}