Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2971 → Rev 2965

/branches/dynload/uspace/lib/rtld/arch/ia32/src/runtime.c
78,6 → 78,18
return tls + ti->ti_offset;
}
 
void __umoddi3(void)
{
kputint(0x101);
*(int *)0 = 0; /* cause a page fault */
}
 
void __udivdi3(void)
{
kputint(0x102);
*(int *)0 = 0; /* cause a page fault */
}
 
void _putint(int i)
{
}