aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/parse.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/parse.adb')
-rw-r--r--src/vhdl/parse.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/parse.adb b/src/vhdl/parse.adb
index 72ae0ea0f..49ce426e4 100644
--- a/src/vhdl/parse.adb
+++ b/src/vhdl/parse.adb
@@ -4663,7 +4663,7 @@ package body Parse is
use Name_Table;
Res : Iir;
C : Character;
- B : Base_Type;
+ B : Number_Base_Type;
begin
Res := Create_Iir (Iir_Kind_String_Literal8);
Set_Location (Res);