Commit 9681bd0

Nick Faro committed on
Make asm export section names unique
commit 9681bd07aa5e46406ea297a561246a27c0c3bacb parent a000d8b
1 changed files +1−1
Modifiedsrc/codegen.pas +1−1
@@ -463,7 +463,7 @@ begin
463 463
464 OutSL.Add('include "include/hUGE.inc"'); 464 OutSL.Add('include "include/hUGE.inc"');
465 OutSL.Add(''); 465 OutSL.Add('');
466 OutSL.Add('SECTION "Song Data", ROMX'); 466 OutSL.Add('SECTION "'+DescriptorName+' Song Data", ROMX');
467 OutSL.Add(''); 467 OutSL.Add('');
468 468
469 // Render song descriptor 469 // Render song descriptor