Removed a stray label that broke compiling in the (elf && profiling) case.

PR:		9369
Submitted by:	Assar Westerlund <assar@sics.se>
This commit is contained in:
Bruce Evans 1999-01-09 17:29:38 +00:00
parent f8047d25cc
commit 1dfc2ef25c
3 changed files with 3 additions and 6 deletions

View File

@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id: support.s,v 1.58 1997/12/14 02:11:09 dyson Exp $ * $Id: support.s,v 1.59 1998/05/11 02:13:43 dyson Exp $
*/ */
#include "npx.h" #include "npx.h"
@ -398,7 +398,6 @@ ENTRY(fillw)
ret ret
ENTRY(bcopyb) ENTRY(bcopyb)
bcopyb:
pushl %esi pushl %esi
pushl %edi pushl %edi
movl 12(%esp),%esi movl 12(%esp),%esi

View File

@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id: support.s,v 1.58 1997/12/14 02:11:09 dyson Exp $ * $Id: support.s,v 1.59 1998/05/11 02:13:43 dyson Exp $
*/ */
#include "npx.h" #include "npx.h"
@ -398,7 +398,6 @@ ENTRY(fillw)
ret ret
ENTRY(bcopyb) ENTRY(bcopyb)
bcopyb:
pushl %esi pushl %esi
pushl %edi pushl %edi
movl 12(%esp),%esi movl 12(%esp),%esi

View File

@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id: support.s,v 1.58 1997/12/14 02:11:09 dyson Exp $ * $Id: support.s,v 1.59 1998/05/11 02:13:43 dyson Exp $
*/ */
#include "npx.h" #include "npx.h"
@ -398,7 +398,6 @@ ENTRY(fillw)
ret ret
ENTRY(bcopyb) ENTRY(bcopyb)
bcopyb:
pushl %esi pushl %esi
pushl %edi pushl %edi
movl 12(%esp),%esi movl 12(%esp),%esi