From 460cea425f29fe83f1eb3915d2913e0393466f26 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Thu, 27 Jun 2013 13:04:52 +0200 Subject: [PATCH] No delimiter comment between includes and first segment. --- libsrc/sim6502/exehdr.s | 2 -- 1 file changed, 2 deletions(-) diff --git a/libsrc/sim6502/exehdr.s b/libsrc/sim6502/exehdr.s index 9c895834c..865bd6553 100644 --- a/libsrc/sim6502/exehdr.s +++ b/libsrc/sim6502/exehdr.s @@ -6,8 +6,6 @@ .export __EXEHDR__ : absolute = 1 ; Linker referenced -; ------------------------------------------------------------------------ - .segment "EXEHDR" .byte .defined(__SIM65C02__) -- 2.39.5