Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Apr 2002 19:06:16 -0700 (PDT)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 9350 for review
Message-ID:  <200204080206.g3826Ga45426@freefall.freebsd.org>

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

Change 9350 by jake@jake_sparc64 on 2002/04/07 19:06:02

	Fix breakage from header changes.
	
	Pointy hat to:	jake

Affected files ...

... //depot/projects/sparc64/lib/libc/sparc64/fpu/fpu.c#8 edit

Differences ...

==== //depot/projects/sparc64/lib/libc/sparc64/fpu/fpu.c#8 (text+ko) ====

@@ -241,7 +241,7 @@
 		 * the frame.
 		 */
 		frm = (struct frame *)(uf->uf_out[6] + SPOFF);
-		return (frm->f_local[reg - IREG_L0]);
+		return (frm->fr_local[reg - IREG_L0]);
 	}
 	__fpu_panic("fetch_reg: bogus register");
 }

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?200204080206.g3826Ga45426>