From c16e1a7f76d46c169f4063cfb056e6a7bb295437 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 20 Nov 2020 18:31:08 +0000 Subject: For some reason it's bad FossilOrigin-Name: 36252a8a5d81a5daaa6491ddd28f195d4558c3c7 --- src/e_err.S | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/e_err.S') 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 -- cgit v1.2.3