PERFORCE change 138002 for review

Randall R. Stewart rrs at FreeBSD.org
Tue Mar 18 13:32:54 UTC 2008


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

Change 138002 by rrs at rrs-mips2-jnpr on 2008/03/18 13:32:43

	cprestore is not needed here, if we did need
	       it we would need to reserver some stack space.

Affected files ...

.. //depot/projects/mips2-jnpr/src/lib/libc/mips/gen/_setjmp.S#4 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/lib/libc/mips/gen/_setjmp.S#4 (text+ko) ====

@@ -60,7 +60,6 @@
 #ifdef __ABICALLS__ 
 	.set	noreorder
 	.cpload t9
-	.cprestore 16
 #endif
 	li	v0, _JB_MAGIC__SETJMP
 	sw	v0, (_JB_MAGIC  * SZREG)(a0)
@@ -84,7 +83,6 @@
 #ifdef __ABICALLS__ 
 	.set	noreorder
 	.cpload t9
-	.cprestore 16
 #endif  
 	lw	v0, (_JB_MAGIC  * SZREG)(a0)
 	lw	ra, (_JB_REG_RA * SZREG)(a0)


More information about the p4-projects mailing list