PERFORCE change 29971 for review
Juli Mallett
jmallett at FreeBSD.org
Mon Apr 28 13:45:53 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=29971
Change 29971 by jmallett at 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)
More information about the p4-projects
mailing list