Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 May 2002 14:05:22 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 10842 for review
Message-ID:  <200205052105.g45L5Mt05424@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10842

Change 10842 by marcel@marcel_vaio on 2002/05/05 14:04:53

	Revert change 10841 to this file. It should not have been part
	of the change.

Affected files ...

... //depot/projects/ia64/sys/ia64/ia64/genassym.c#7 edit

Differences ...

==== //depot/projects/ia64/sys/ia64/ia64/genassym.c#7 (text+ko) ====

@@ -92,7 +92,7 @@
 ASSYM(TF_CR_IPSR,	offsetof(struct trapframe, tf_cr_ipsr));
 ASSYM(TF_CR_IFS,	offsetof(struct trapframe, tf_cr_ifs));
 ASSYM(TF_NDIRTY,	offsetof(struct trapframe, tf_ndirty));
-ASSYM(TF_AR_EC,		offsetof(struct trapframe, tf_ar_ec));
+ASSYM(TF_AR_FPSR,	offsetof(struct trapframe, tf_ar_fpsr));
 ASSYM(TF_B,		offsetof(struct trapframe, tf_b));
 ASSYM(TF_R,		offsetof(struct trapframe, tf_r));
 ASSYM(TF_R_R1,		offsetof(struct trapframe, tf_r[FRAME_R1]));

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205052105.g45L5Mt05424>