]> git.saurik.com Git - apple/xnu.git/blobdiff - libsyscall/custom/__kdebug_trace_string.s
xnu-4903.270.47.tar.gz
[apple/xnu.git] / libsyscall / custom / __kdebug_trace_string.s
index e3543e6bf6771188bfad9ad4e25ddd3821fb588d..81cf375b5c4e80836dca84036301b289842a9552 100644 (file)
@@ -36,6 +36,14 @@ __SYSCALL(___kdebug_trace_string, kdebug_trace_string, 3)
 
 __SYSCALL_INT(___kdebug_trace_string, kdebug_trace_string, 3)
 
+#elif defined(__arm__)
+
+__SYSCALL(___kdebug_trace_string, kdebug_trace_string, 4)
+
+#elif defined(__arm64__)
+
+__SYSCALL(___kdebug_trace_string, kdebug_trace_string, 3)
+
 #else
 #error Unsupported architecture
 #endif