From 94de27efb7f9f97d162c1cd6b0a2bb89e3fe555f Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 21 Aug 2020 23:08:16 +0200 Subject: Finished proper return of processes --- libc/crt/crtn.asm | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 libc/crt/crtn.asm (limited to 'libc/crt/crtn.asm') diff --git a/libc/crt/crtn.asm b/libc/crt/crtn.asm deleted file mode 100644 index f20ec6a..0000000 --- a/libc/crt/crtn.asm +++ /dev/null @@ -1,9 +0,0 @@ -; MIT License, Copyright (c) 2020 Marvin Borner - -section .init - pop ebp - ret - -section .fini - pop ebp - ret -- cgit v1.2.3