mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-19 08:31:11 +00:00
Made delay_time_ unsigned for safe comparison.
This commit is contained in:
parent
aaa60dab12
commit
53f0e1896b
@ -123,7 +123,7 @@ class WD1770: public Storage::Disk::Controller {
|
|||||||
void posit_event(Event type);
|
void posit_event(Event type);
|
||||||
int interesting_event_mask_;
|
int interesting_event_mask_;
|
||||||
int resume_point_;
|
int resume_point_;
|
||||||
int delay_time_;
|
unsigned int delay_time_;
|
||||||
|
|
||||||
// Output
|
// Output
|
||||||
int last_bit_;
|
int last_bit_;
|
||||||
|
Loading…
Reference in New Issue
Block a user