diff options
author | Marlon James <marlon.james@gmail.com> | 2021-04-18 13:42:19 -0700 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2021-04-19 05:39:02 +0200 |
commit | d003498ad7c233826773cc17ffe75fd7ced2f945 (patch) | |
tree | 53217e0a667ba3cec39e5ae3da52c53173e33ce5 /src/grt/grt-avhpi.ads | |
parent | 90ac6b099104d285babbf0bce15cd735bf790336 (diff) | |
download | ghdl-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.ads | 3 |
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; |