From 61c5cde20ce31832192311517c88a79eddb6ead5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Thu, 18 Oct 2012 15:44:29 +0000 Subject: [PATCH] not neccessary anymore --- BaS_GNU/BaS_GNU/sources/last.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 BaS_GNU/BaS_GNU/sources/last.c diff --git a/BaS_GNU/BaS_GNU/sources/last.c b/BaS_GNU/BaS_GNU/sources/last.c deleted file mode 100644 index bc9eca1..0000000 --- a/BaS_GNU/BaS_GNU/sources/last.c +++ /dev/null @@ -1,14 +0,0 @@ -/* - * last file of the list. In the original sources, this marks the end of the - * copy loop that copies the BaS to its final place. - * - * FIXME: bogus mark of end of code - * - * no need to do it that way - this file will probably vanish and be replaced by - * a matching entry in the linker script. - */ -void copy_end(void) -{ - asm(".globl copy_end\n\t"); - asm("copy_end: nop\n\t"); -}