aboutsummaryrefslogtreecommitdiffstats
path: root/src/types.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-12-21 18:53:46 +0100
committerTristan Gingold <tgingold@free.fr>2017-12-21 18:53:46 +0100
commit9c79e3faf7ba29c9767fed41f0c7840bdedea3e9 (patch)
tree6b086b639fffcb2de952646edec723b63e8f7eed /src/types.ads
parent6ebd66f4472f5e55c41ccf35bb13989b19006ed8 (diff)
downloadghdl-9c79e3faf7ba29c9767fed41f0c7840bdedea3e9.tar.gz
ghdl-9c79e3faf7ba29c9767fed41f0c7840bdedea3e9.tar.bz2
ghdl-9c79e3faf7ba29c9767fed41f0c7840bdedea3e9.zip
sem_inst: fix relocation of instances in instances.
Diffstat (limited to 'src/types.ads')
-rw-r--r--src/types.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.ads b/src/types.ads
index c66641c73..8f4ca3a60 100644
--- a/src/types.ads
+++ b/src/types.ads
@@ -85,7 +85,7 @@ package Types is
-- Index type is the source file table.
-- This table is defined in the files_map package.
- type Source_File_Entry is new Nat32;
+ type Source_File_Entry is new Uns32;
No_Source_File_Entry: constant Source_File_Entry := 0;
-- Index into a file buffer.