From b1169cbb23030997c87d9abb2d8afb6a2bdc86d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stephan=20M=C3=BChlstrasser?= Date: Thu, 12 Feb 2015 21:12:24 +0100 Subject: [PATCH] Remove unneeded commented code. --- libsrc/osic1p/crt0.s | 2 -- 1 file changed, 2 deletions(-) diff --git a/libsrc/osic1p/crt0.s b/libsrc/osic1p/crt0.s index 0db447bb0..07bdc3689 100644 --- a/libsrc/osic1p/crt0.s +++ b/libsrc/osic1p/crt0.s @@ -38,10 +38,8 @@ _init: ldx #$FF ; Initialize stack pointer to $01FF ; --------------------------------------------------------------------------- ; Initialize memory storage -; copydata seems to be only necessary for special systems jsr zerobss ; Clear BSS segment - ; jsr copydata ; Initialize DATA segment jsr initlib ; Run constructors ; --------------------------------------------------------------------------- -- 2.39.2