mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Ensures no compiler will think this can exit without returning.
This commit is contained in:
parent
6438a5ca1f
commit
1a9aa60bf7
@ -499,6 +499,9 @@ template <Analyser::Static::Macintosh::Target::Model model> class ConcreteMachin
|
||||
(video_.is_outputting() ? 0x00 : 0x40)
|
||||
);
|
||||
}
|
||||
|
||||
// Should be unreachable.
|
||||
return 0xff;
|
||||
}
|
||||
|
||||
void set_control_line_output(Port port, Line line, bool value) {
|
||||
|
Loading…
Reference in New Issue
Block a user