summaryrefslogtreecommitdiff
path: root/compiler/z80/agz80asm.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/z80/agz80asm.pas')
-rw-r--r--compiler/z80/agz80asm.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/z80/agz80asm.pas b/compiler/z80/agz80asm.pas
index 4569b86ead..9788b040ba 100644
--- a/compiler/z80/agz80asm.pas
+++ b/compiler/z80/agz80asm.pas
@@ -436,6 +436,7 @@ unit agz80asm;
supported_targets : [system_Z80_embedded];
flags : [af_needar,af_smartlink_sections];
labelprefix : '.L';
+ labelmaxlen : -1;
comment : '; ';
dollarsign: 's';
);