Subversion Repositories HelenOS

Rev

Rev 2965 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2965 Rev 2971
Line 76... Line 76...
76
    tls = (uint8_t *)__tcb_get() - tls_size;
76
    tls = (uint8_t *)__tcb_get() - tls_size;
77
 
77
 
78
    return tls + ti->ti_offset;
78
    return tls + ti->ti_offset;
79
}
79
}
80
 
80
 
81
void __umoddi3(void)
-
 
82
{
-
 
83
    kputint(0x101);
-
 
84
    *(int *)0 = 0;  /* cause a page fault */
-
 
85
}
-
 
86
 
-
 
87
void __udivdi3(void)
-
 
88
{
-
 
89
    kputint(0x102);
-
 
90
    *(int *)0 = 0;  /* cause a page fault */
-
 
91
}
-
 
92
 
-
 
93
void _putint(int i)
81
void _putint(int i)
94
{
82
{
95
}
83
}
96
 
84
 
97
/** @}
85
/** @}