![]() ![]() | ![]() |
Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
version 1.5, 2012/02/27 12:26:21 | version 1.5.2.1, 2014/08/20 00:02:12 | ||
---|---|---|---|
|
|
||
pushq %r12 | pushq %r12 | ||
movl %eax,%edi | movl %eax,%edi | ||
movl %eax,%r12d | movl %eax,%r12d | ||
#ifdef PIC | #ifdef __PIC__ | ||
call PIC_PLT(_C_LABEL(__errno)) | call PIC_PLT(_C_LABEL(__errno)) | ||
#else | #else | ||
call _C_LABEL(__errno) | call _C_LABEL(__errno) | ||
#endif /* PIC */ | #endif /* __PIC__ */ | ||
movl %r12d,(%rax) | movl %r12d,(%rax) | ||
movq $-1,%rax | movq $-1,%rax | ||
popq %r12 | popq %r12 | ||
ret | ret | ||
END(CERROR) |