diff options
Diffstat (limited to 'flags.adb')
-rw-r--r-- | flags.adb | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -12,7 +12,7 @@ -- for more details. -- -- You should have received a copy of the GNU General Public License --- along with GCC; see the file COPYING. If not, write to the Free +-- along with GHDL; see the file COPYING. If not, write to the Free -- Software Foundation, 59 Temple Place - Suite 330, Boston, MA -- 02111-1307, USA. @@ -27,6 +27,8 @@ package body Flags is | Vhdl_00 | Vhdl_02 => Flag_String (1 .. 2) := "93"; + when Vhdl_08 => + Flag_String (1 .. 2) := "08"; end case; if Flag_Integer_64 then Flag_String (3) := 'I'; |