diff options
Diffstat (limited to 'src/grt/grt-avhpi.adb')
-rw-r--r-- | src/grt/grt-avhpi.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/grt/grt-avhpi.adb b/src/grt/grt-avhpi.adb index af2dc1b..535cb0a 100644 --- a/src/grt/grt-avhpi.adb +++ b/src/grt/grt-avhpi.adb @@ -1166,7 +1166,8 @@ package body Grt.Avhpi is | VhpiEnumTypeDeclK => return Obj.Atype; when VhpiSigDeclK - | VhpiPortDeclK => + | VhpiPortDeclK + | VhpiGenericDeclK => return To_Ghdl_Rti_Access (Obj.Obj); when others => return null; |