X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/6d2010ae8f7a6078e10b361c6962983bab233e0f..4d15aeb193b2c68f1d38666c317f8d3734f5f083:/libsyscall/custom/__syscall.s?ds=sidebyside diff --git a/libsyscall/custom/__syscall.s b/libsyscall/custom/__syscall.s index 73735bd4b..f00894425 100644 --- a/libsyscall/custom/__syscall.s +++ b/libsyscall/custom/__syscall.s @@ -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)