File:  [Research Unix] / researchv9 / cmd / adb / null / regs.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:59 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv9-SUN3_old, researchv9-SUN3, HEAD
researchv9-SUN3(old)

/*
 * code to keep track of registers
 */

#include "defs.h"
#include "regs.h"

/*
 * the following are needed only to
 * make registers `addressable'
 * which is needed only so we can
 * examine register variables
 */

ADDR raddr[MAXREG - MINREG + 1];
int roffs[MAXREG - MINREG + 1];

/*
 * get/put registers
 * in our saved copies
 */

TREG
rget(r)
{

	error("panic: rget");
	/* NOTREACHED */
}

rput(r, v)
TREG v;
{

	error("panic: rput");
	/* NOTREACHED */
}


/*
 * print the registers
 */

printregs(c)
char c;
{
}

/*
 * translate a name to a magic register offset
 * the latter useful in rget/rput
 */

int
rname(n)
char *n;
{

	return (BADREG);
}

rrest()
{
}

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.