about summary refs log tree commit diff
path: root/arch/sh/syscall_arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/syscall_arch.h')
-rw-r--r--arch/sh/syscall_arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/syscall_arch.h b/arch/sh/syscall_arch.h
index 7ee21a56..f63675a8 100644
--- a/arch/sh/syscall_arch.h
+++ b/arch/sh/syscall_arch.h
@@ -8,7 +8,7 @@
  */
 #define __asm_syscall(trapno, ...) do {   \
 	__asm__ __volatile__ (                \
-		"trapa #" #trapno "\n"            \
+		"trapa #31\n"            \
 		"or r0, r0\n"                     \
 		"or r0, r0\n"                     \
 		"or r0, r0\n"                     \