blob: f49f6842c1a7a80c7c91702ca92d8845801ea5c5 [file] [log] [blame]
int
reg0indreg1 (r0, p1)
short r0; short *p1;
{
return (r0 + *p1);
}