mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-05 08:26:28 +00:00
Treat 'invalid' as a silent failure.
This commit is contained in:
@@ -172,6 +172,8 @@ template <
|
||||
default:
|
||||
assert(false);
|
||||
|
||||
case Operation::Invalid:
|
||||
// TODO: throw on higher-order processors.
|
||||
case Operation::ESC:
|
||||
case Operation::NOP: return;
|
||||
|
||||
|
Reference in New Issue
Block a user