Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2003 13:45:50 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 29971 for review
Message-ID:  <200304282045.h3SKjowp071280@repoman.freebsd.org>

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

Change 29971 by jmallett@jmallett_dalek on 2003/04/28 13:45:23

	What was I thinking?  Gut out NetBSD _C_LABEL crud.

Affected files ...

.. //depot/projects/mips/sys/mips/include/asm.h#7 edit

Differences ...

==== //depot/projects/mips/sys/mips/include/asm.h#7 (text+ko) ====

@@ -120,13 +120,13 @@
  */
 #define PANIC(msg)			\
 	la	a0, 9f;			\
-	jal	_C_LABEL(panic);	\
+	jal	panic;			\
 	nop;				\
 	MSG(msg)
 
 #define	PRINTF(msg)			\
 	la	a0, 9f;			\
-	jal	_C_LABEL(printf);	\
+	jal	printf;			\
 	nop;				\
 	MSG(msg)
 



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