1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-02-20 14:29:11 +00:00

Ensures an initial non-zero value.

This commit is contained in:
Thomas Harte 2019-07-25 21:47:44 -04:00
parent 50e954223a
commit 85cf8d89bc

View File

@ -97,7 +97,7 @@ class IWM:
void propose_shift(uint8_t bit); void propose_shift(uint8_t bit);
Cycles cycles_since_shift_; Cycles cycles_since_shift_;
Cycles bit_length_; Cycles bit_length_ = Cycles(16);
void push_drive_state(); void push_drive_state();