Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2970 → Rev 2971

/branches/dynload/uspace/lib/rtld/arch/ia32/src/runtime.c
78,18 → 78,6
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)
{
}