summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-06-06 21:26:49 +0000
committerphk <phk@FreeBSD.org>2004-06-06 21:26:49 +0000
commit4c3fd8116d1815c5e18c8569e354a99c8c7ce1c8 (patch)
tree6b5fca44622323941a76adcf768eb12cd9c793f7 /sys/sparc64
parent5c9b04429a84b964e9619870accf1c4b6209412a (diff)
downloadFreeBSD-src-4c3fd8116d1815c5e18c8569e354a99c8c7ce1c8.zip
FreeBSD-src-4c3fd8116d1815c5e18c8569e354a99c8c7ce1c8.tar.gz
Remove filename+line number from panic messages.
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/include/asmacros.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/sparc64/include/asmacros.h b/sys/sparc64/include/asmacros.h
index 9337983..a0e317b 100644
--- a/sys/sparc64/include/asmacros.h
+++ b/sys/sparc64/include/asmacros.h
@@ -101,10 +101,8 @@
.sect .rodata ; \
9: .asciz msg ; \
.previous ; \
- SET(9b, r1, %o2) ; \
- clr %o1 ; \
- clr %o0 ; \
- call __panic ; \
+ SET(9b, r1, %o0) ; \
+ call panic ; \
nop
#ifdef INVARIANTS
OpenPOWER on IntegriCloud