summaryrefslogtreecommitdiff
path: root/ortho/mcode/binary_file-coff.adb
diff options
context:
space:
mode:
authorTristan Gingold2014-03-08 07:04:05 +0100
committerTristan Gingold2014-03-08 07:04:05 +0100
commite6001445a14d5e96db78ff56c68d8ae96dec0968 (patch)
tree77394e40d752c04e5f4ce61b0c868aa2d4b06fa3 /ortho/mcode/binary_file-coff.adb
parentd9bb785009b005cc314f063ae05b8974fd8f4bf2 (diff)
downloadghdl-e6001445a14d5e96db78ff56c68d8ae96dec0968.tar.gz
ghdl-e6001445a14d5e96db78ff56c68d8ae96dec0968.tar.bz2
ghdl-e6001445a14d5e96db78ff56c68d8ae96dec0968.zip
Share spec of ortho_nodes, adjust code.
Diffstat (limited to 'ortho/mcode/binary_file-coff.adb')
-rw-r--r--ortho/mcode/binary_file-coff.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ortho/mcode/binary_file-coff.adb b/ortho/mcode/binary_file-coff.adb
index a49c024..cf3cba3 100644
--- a/ortho/mcode/binary_file-coff.adb
+++ b/ortho/mcode/binary_file-coff.adb
@@ -393,7 +393,7 @@ package body Binary_File.Coff is
for I in Symbols.First .. Symbols.Last loop
declare
- Str : String := Get_Symbol_Name (I);
+ Str : constant String := Get_Symbol_Name (I);
begin
Write_String (Str & NUL);
end;