summaryrefslogtreecommitdiff
path: root/src/syscall-ia64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/syscall-ia64.h')
-rw-r--r--src/syscall-ia64.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/syscall-ia64.h b/src/syscall-ia64.h
index 2f6a01a..52ce9dd 100644
--- a/src/syscall-ia64.h
+++ b/src/syscall-ia64.h
@@ -7,6 +7,7 @@
#define __ia64_raw_syscall(fname, sname) \
__asm__ (".text\n" \
".globl " SYMSTR(fname) "\n" \
+ ".proc " SYMSTR(fname) "\n" \
SYMSTR(fname) ":\n" \
" mov r15=" SYMSTR( __NR_ ## sname ) "\n" \
" break 0x100000\n" \