aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/ghwlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt/ghwlib.h')
-rw-r--r--src/grt/ghwlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grt/ghwlib.h b/src/grt/ghwlib.h
index 0138267ed..100fb5b6f 100644
--- a/src/grt/ghwlib.h
+++ b/src/grt/ghwlib.h
@@ -129,6 +129,7 @@ struct ghw_range_f64
union ghw_range
{
enum ghdl_rtik kind : 8;
+ struct ghw_range_b2 b2;
struct ghw_range_e8 e8;
struct ghw_range_i32 i32;
struct ghw_range_i64 i64;