mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-20 10:17:05 +00:00
Made delay_time_ unsigned for safe comparison.
This commit is contained in:
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user