diff options
author | gingold | 2005-10-24 19:53:59 +0000 |
---|---|---|
committer | gingold | 2005-10-24 19:53:59 +0000 |
commit | 729ff8c7d5c4c93bc67bd496ef398adfc980df22 (patch) | |
tree | 019cae33a7c06632c5ad599a6b6d8e63a7281522 /translate/grt/grt-types.ads | |
parent | 37b4ff57b54a81d56dddf36945afe26841527b8f (diff) | |
download | ghdl-729ff8c7d5c4c93bc67bd496ef398adfc980df22.tar.gz ghdl-729ff8c7d5c4c93bc67bd496ef398adfc980df22.tar.bz2 ghdl-729ff8c7d5c4c93bc67bd496ef398adfc980df22.zip |
support of ia64 added, more stats added
Diffstat (limited to 'translate/grt/grt-types.ads')
-rw-r--r-- | translate/grt/grt-types.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate/grt/grt-types.ads b/translate/grt/grt-types.ads index 5c81910..c168ca4 100644 --- a/translate/grt/grt-types.ads +++ b/translate/grt/grt-types.ads @@ -33,7 +33,7 @@ package Grt.Types is type Ghdl_F64 is new IEEE_Float_64; type Ghdl_Ptr is new Address; - type Ghdl_Index_Type is mod 2 ** Word_Size; + type Ghdl_Index_Type is mod 2 ** 32; subtype Ghdl_Real is Ghdl_F64; type Ghdl_Dir_Type is (Dir_To, Dir_Downto); |