Displaying 1 result from an estimated 1 matches for "si_reg".
Did you mean:
s_reg
2001 May 18
1
RFC-interupt31-sv/restore
...AL_reg(context)=svctx[6];
AL_reg(context)=svctx[7];
}
else
{
/* save all registers */
svctx[0]=AL_reg(context);
svctx[1]=AH_reg(context);
svctx[2]=SS_reg(context);
svctx[3]=SI_reg(context);
svctx[4]=DL_reg(context);
svctx[5]=DH_reg(context);
svctx[6]=CL_reg(context);
svctx[7]=CH_reg(context);
}
#endif /* __386__ */