summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2003-07-11 08:52:48 +0000
committermarcel <marcel@FreeBSD.org>2003-07-11 08:52:48 +0000
commita20d335d064e86e904a0faade62a7713e530d60e (patch)
tree1b005d1272ef32926738674365b9cea3ea3c3473 /sys
parent6c553bc634b32b5becf61ff81a969e10322abc7f (diff)
downloadFreeBSD-src-a20d335d064e86e904a0faade62a7713e530d60e.zip
FreeBSD-src-a20d335d064e86e904a0faade62a7713e530d60e.tar.gz
Add a body directive before the first instruction in epc_syscall().
This results in a zero length prologue and a body that covers the whole function. This is more correct.
Diffstat (limited to 'sys')
-rw-r--r--sys/ia64/ia64/syscall.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ia64/ia64/syscall.S b/sys/ia64/ia64/syscall.S
index 33e94ce..f68002d 100644
--- a/sys/ia64/ia64/syscall.S
+++ b/sys/ia64/ia64/syscall.S
@@ -249,6 +249,7 @@ ENTRY(epc_syscall, 8)
.prologue
.unwabi @svr4, 'E'
.save rp, r0
+ .body
{ .mmi
mov r16=ar.rsc
mov ar.rsc=0
OpenPOWER on IntegriCloud