Plan 9 from Bell Labs’s /usr/web/sources/extra/9hist/power/ureg.h

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


## diffname power/ureg.h 1990/0227
## diff -e /dev/null /n/bootesdump/1990/0227/sys/src/9/mips/ureg.h
0a
struct Ureg
{
	ulong	status;
	ulong	pc;
	ulong	sp;		/* r29 */
	ulong	cause;
	ulong	badvaddr;
	ulong	tlbvirt;
	ulong	hi;
	ulong	lo;
	ulong	r31;
	ulong	r30;
	ulong	r28;
	ulong	r27;		/* unused */
	ulong	r26;		/* unused */
	ulong	r25;
	ulong	r24;
	ulong	r23;
	ulong	r22;
	ulong	r21;
	ulong	r20;
	ulong	r19;
	ulong	r18;
	ulong	r17;
	ulong	r16;
	ulong	r15;
	ulong	r14;
	ulong	r13;
	ulong	r12;
	ulong	r11;
	ulong	r10;
	ulong	r9;
	ulong	r8;
	ulong	r7;
	ulong	r6;
	ulong	r5;
	ulong	r4;
	ulong	r3;
	ulong	r2;
	ulong	r1;
};
.
## diffname power/ureg.h 1990/0614
## diff -e /n/bootesdump/1990/0227/sys/src/9/mips/ureg.h /n/bootesdump/1990/0614/sys/src/9/mips/ureg.h
5c
	union{
		ulong	sp;		/* r29 */
		ulong	usp;		/* r29 */
	};
.
## diffname power/ureg.h 1992/0120 # deleted
## diff -e /n/bootesdump/1991/0201/sys/src/9/mips/ureg.h /n/bootesdump/1992/0120/sys/src/9/power/ureg.h
1,44d

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.