aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-avhpi.ads
diff options
context:
space:
mode:
authorMarlon James <marlon.james@gmail.com>2021-04-18 13:42:19 -0700
committertgingold <tgingold@users.noreply.github.com>2021-04-19 05:39:02 +0200
commitd003498ad7c233826773cc17ffe75fd7ced2f945 (patch)
tree53217e0a667ba3cec39e5ae3da52c53173e33ce5 /src/grt/grt-avhpi.ads
parent90ac6b099104d285babbf0bce15cd735bf790336 (diff)
downloadghdl-d003498ad7c233826773cc17ffe75fd7ced2f945.tar.gz
ghdl-d003498ad7c233826773cc17ffe75fd7ced2f945.tar.bz2
ghdl-d003498ad7c233826773cc17ffe75fd7ced2f945.zip
VHPI: improve C enum interop
Diffstat (limited to 'src/grt/grt-avhpi.ads')
-rw-r--r--src/grt/grt-avhpi.ads3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/grt/grt-avhpi.ads b/src/grt/grt-avhpi.ads
index f064c82f6..ec5fce447 100644
--- a/src/grt/grt-avhpi.ads
+++ b/src/grt/grt-avhpi.ads
@@ -863,7 +863,8 @@ package Grt.Avhpi is
AvhpiErrorHandle,
AvhpiErrorNotImplemented,
AvhpiErrorIteratorEnd,
- AvhpiErrorBadIndex
+ AvhpiErrorBadIndex,
+ AvhpiErrorBadEnumVal
);
type VhpiHandleT is private;