aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/yw.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/yw.h')
-rw-r--r--kernel/yw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/yw.h b/kernel/yw.h
index 503319b1d..c2f5921b1 100644
--- a/kernel/yw.h
+++ b/kernel/yw.h
@@ -69,8 +69,8 @@ struct ReadWitness
struct Clock {
IdPath path;
int offset;
- bool is_posedge;
- bool is_negedge;
+ bool is_posedge = false;
+ bool is_negedge = false;
};
struct Signal {