Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2002 21:07:44 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 10565 for review
Message-ID:  <200205010407.g4147id63114@freefall.freebsd.org>

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

Change 10565 by peter@peter_thunder on 2002/04/30 21:07:14

	fix apparent typo.

Affected files ...

... //depot/projects/ia64/sys/ia64/ia64/machdep.c#32 edit

Differences ...

==== //depot/projects/ia64/sys/ia64/ia64/machdep.c#32 (text+ko) ====

@@ -1142,7 +1142,8 @@
 	}
 
 	td->td_frame->tf_cr_iip = addr & ~0x0FULL;
-	td->td_frame->tf_cr_ipsr = (tf_cr_ipsr & ~IA64_PSR_RI) | slot;
+	td->td_frame->tf_cr_ipsr = (td->td_frame->tf_cr_ipsr & ~IA64_PSR_RI) |
+	    slot;
 	return (0);
 }
 

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?200205010407.g4147id63114>