Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 2002 23:56:18 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 13141 for review
Message-ID:  <200206190656.g5J6uIx08784@freefall.freebsd.org>

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

Change 13141 by peter@peter_ia64 on 2002/06/18 23:56:03

	Pass the real PS_STRINGS in %ebx for x86.

Affected files ...

... //depot/projects/ia64/sys/ia64/ia32/ia32_sysvec.c#3 edit

Differences ...

==== //depot/projects/ia64/sys/ia64/ia32/ia32_sysvec.c#3 (text+ko) ====

@@ -354,7 +354,7 @@
 	ia64_set_eflag(PSL_USER);
 
 	/* PS_STRINGS value for BSD/OS binaries.  It is 0 for non-BSD/OS. */
-	frame->tf_r[FRAME_R11] = ps_strings;
+	frame->tf_r[FRAME_R11] = IA32_PS_STRINGS;
 
 	/*
 	 * XXX - Linux emulator

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?200206190656.g5J6uIx08784>