]> git.saurik.com Git - apple/xnu.git/blobdiff - libsyscall/custom/__syscall.s
xnu-3789.70.16.tar.gz
[apple/xnu.git] / libsyscall / custom / __syscall.s
index 73735bd4b259042ededc582323a0af70db1ddf70..f00894425bff71771e4b775602a68dec7174c34d 100644 (file)
@@ -39,7 +39,7 @@ LEAF(___syscall, 0)
        movl    (%esp),%edx     // add one element to stack so
        pushl   %ecx            // caller "pop" will work
        jnb     2f
-       BRANCH_EXTERN(cerror)
+       BRANCH_EXTERN(tramp_cerror)
 2:
 END(___syscall)