]> git.saurik.com Git - apple/xnu.git/blobdiff - libsyscall/custom/__syscall.s
xnu-1228.0.2.tar.gz
[apple/xnu.git] / libsyscall / custom / __syscall.s
index 88f1f08e01f623a4a838a8d4e7ae2c600bdedfb1..dae18a83176fad05c28d909128a3ecc249e78d2e 100644 (file)
@@ -54,10 +54,6 @@ END(___syscall)
 // that value anyway.
 __SYSCALL(__syscall, syscall, 0);
 
-#elif defined(__arm__)
-
-__SYSCALL(__syscall, syscall, 7)
-
 #else
 #error Unsupported architecture
 #endif