aboutsummaryrefslogtreecommitdiffstats
path: root/translate/grt/grt-vpi.ads
diff options
context:
space:
mode:
Diffstat (limited to 'translate/grt/grt-vpi.ads')
-rw-r--r--translate/grt/grt-vpi.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/translate/grt/grt-vpi.ads b/translate/grt/grt-vpi.ads
index a7f06f77a..694db8c1a 100644
--- a/translate/grt/grt-vpi.ads
+++ b/translate/grt/grt-vpi.ads
@@ -137,6 +137,7 @@ package Grt.Vpi is
(Source => Address, Target => p_cb_data);
type cb_rtn_type is access function (Cb : p_cb_data) return Integer;
+ pragma Convention (C, cb_rtn_type);
type s_cb_data is record
Reason : Integer;