]> git.saurik.com Git - apple/xnu.git/blobdiff - libsyscall/custom/__ptrace.s
xnu-1504.15.3.tar.gz
[apple/xnu.git] / libsyscall / custom / __ptrace.s
index 400b754971ea221ae0e2f1b235f51971d02b5deb..2fd53b4604c29760d492e958aa049d54c5e04746 100644 (file)
@@ -58,17 +58,6 @@ LEAF(___ptrace, 0)
 UNIX_SYSCALL_NONAME(ptrace, 4)
        ret
 
-#elif defined(__arm__)
-
-MI_ENTRY_POINT(_ptrace)
-       MI_GET_ADDRESS(ip,_errno)
-       str     r8, [sp, #-4]!
-       mov     r8, #0
-       str     r8, [ip]
-       ldr     r8, [sp], #4    
-       SYSCALL_NONAME(ptrace, 4)
-       bx              lr
-
 #else
 #error Unsupported architecture
 #endif