mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-18 17:06:15 +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);
|
||||
int interesting_event_mask_;
|
||||
int resume_point_;
|
||||
int delay_time_;
|
||||
unsigned int delay_time_;
|
||||
|
||||
// Output
|
||||
int last_bit_;
|
||||
|
Loading…
Reference in New Issue
Block a user