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

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

Change 12953 by julian@julian_jules1 on 2002/06/14 17:42:34

	sigh sigh

Affected files ...

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

Differences ...

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

@@ -416,8 +416,8 @@
 void
 cpu_set_args(struct thread *td, struct kse *ke) 
 {
-	suword((uint)ke->ke_frame->tf_esp + sizeof(void *),
-	    (uint)ke->ke_mailbox);
+	suword((void *)(ke->ke_frame->tf_esp + sizeof(void *)),
+	    (int)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?200206150043.g5F0h2t98915>