Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Mar 2008 13:32:53 GMT
From:      "Randall R. Stewart" <rrs@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 138002 for review
Message-ID:  <200803181332.m2IDWrt8048154@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=138002

Change 138002 by rrs@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803181332.m2IDWrt8048154>