Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2002 17:40:59 -0700 (PDT)
From:      Julian Elischer <julian@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 12952 for review
Message-ID:  <200206150040.g5F0exx98544@freefall.freebsd.org>

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

Change 12952 by julian@julian_jules1 on 2002/06/14 17:40:37

	sigh

Affected files ...

... //depot/projects/kse/sys/i386/i386/vm_machdep.c#53 edit

Differences ...

==== //depot/projects/kse/sys/i386/i386/vm_machdep.c#53 (text+ko) ====

@@ -416,7 +416,8 @@
 void
 cpu_set_args(struct thread *td, struct kse *ke) 
 {
-	suword(ke->ke_frame->tf_esp + sizeof(void *), ke->ke_mailbox);
+	suword((uint)ke->ke_frame->tf_esp + sizeof(void *),
+	    (uint)ke->ke_mailbox);
 }
 
 void

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?200206150040.g5F0exx98544>