PERFORCE change 101923 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Wed Jul 19 13:07:22 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=101923

Change 101923 by gonzo at gonzo_hq on 2006/07/19 13:06:46

	o Stack has to be twice a word size aligned. Or we'll have 
	    troubles with va_XXX functions.

Affected files ...

.. //depot/projects/mips2/src/sys/mips/mips/locore.S#13 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/mips/locore.S#13 (text+ko) ====

@@ -40,6 +40,7 @@
 #endif
 GLOBAL(stackspace)
 	.space PAGE_SIZE /* Smaller than it should be since it's temp. */
+.align 8
 GLOBAL(topstack)
 
 	.set noreorder


More information about the p4-projects mailing list