diff options
author | JozanLeClerc <JozanLeClerc@noemail.net> | 2020-11-20 18:31:08 +0000 |
---|---|---|
committer | JozanLeClerc <JozanLeClerc@noemail.net> | 2020-11-20 18:31:08 +0000 |
commit | c16e1a7f76d46c169f4063cfb056e6a7bb295437 (patch) | |
tree | ffbaae69f0e064760f94f5dcf0d7da5c0d7c1d75 /src/e_err.S | |
parent | In progress (diff) | |
download | bsdsetsid-c16e1a7f76d46c169f4063cfb056e6a7bb295437.tar.gz bsdsetsid-c16e1a7f76d46c169f4063cfb056e6a7bb295437.tar.bz2 bsdsetsid-c16e1a7f76d46c169f4063cfb056e6a7bb295437.tar.xz bsdsetsid-c16e1a7f76d46c169f4063cfb056e6a7bb295437.tar.zst bsdsetsid-c16e1a7f76d46c169f4063cfb056e6a7bb295437.zip |
For some reason it's bad
FossilOrigin-Name: 36252a8a5d81a5daaa6491ddd28f195d4558c3c7
Diffstat (limited to 'src/e_err.S')
-rw-r--r-- | src/e_err.S | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/e_err.S b/src/e_err.S index bf5fa1d..e29e105 100644 --- a/src/e_err.S +++ b/src/e_err.S @@ -39,7 +39,7 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * bsdsetsid: src/e_err.S - * 2020-11-20 16:43 + * 2020-11-20 19:10 * Joe * * General error handling happen here. @@ -96,9 +96,7 @@ e_execve: lea nl, %rdi call u_perr mov $0x4, %rdi - xor %rax, %rax - movb $0x1, %al /* SYS_exit */ - syscall + jmp e_exit e_exit: xor %rax, %rax |