X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2d21ac55c334faf3a56e5634905ed6987fc787d4..060df5ea7c632b1ac8cc8aac1fb59758165c2084:/libsyscall/custom/__ptrace.s?ds=sidebyside diff --git a/libsyscall/custom/__ptrace.s b/libsyscall/custom/__ptrace.s index 400b75497..2fd53b460 100644 --- a/libsyscall/custom/__ptrace.s +++ b/libsyscall/custom/__ptrace.s @@ -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