aboutsummaryrefslogtreecommitdiffstats
path: root/simulate/simulation.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-09-05 06:05:19 +0200
committerTristan Gingold <tgingold@free.fr>2014-09-05 06:05:19 +0200
commitfe6ff5794545ce9f7d00985b55cf9d5b18725ea0 (patch)
tree9a61d61c8981ac292c27a94a2cf5c9aa1bf62143 /simulate/simulation.ads
parent6d8c5299f20b4cd8f1e049f7eea454c00a3102b7 (diff)
downloadghdl-fe6ff5794545ce9f7d00985b55cf9d5b18725ea0.tar.gz
ghdl-fe6ff5794545ce9f7d00985b55cf9d5b18725ea0.tar.bz2
ghdl-fe6ff5794545ce9f7d00985b55cf9d5b18725ea0.zip
First run (using mcode) of OSVVM_2014_01.
Diffstat (limited to 'simulate/simulation.ads')
-rw-r--r--simulate/simulation.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/simulate/simulation.ads b/simulate/simulation.ads
index 2ed5b9acf..b910b4306 100644
--- a/simulate/simulation.ads
+++ b/simulate/simulation.ads
@@ -54,7 +54,7 @@ package Simulation is
type Guard_Instance_Acc is access Guard_Instance_Type;
- function Guard_Func (Data : System.Address) return Ghdl_B2;
+ function Guard_Func (Data : System.Address) return Ghdl_B1;
pragma Convention (C, Guard_Func);
-- The entry point of the simulator.