5 lines
72 B
C
5 lines
72 B
C
long
|
|
getrval2(struct tcb *tcp)
|
|
{
|
|
return sparc_regs.u_regs[U_REG_O1];
|
|
}
|