diff --git a/InstructionSets/x86/Implementation/PerformImplementation.hpp b/InstructionSets/x86/Implementation/PerformImplementation.hpp index d40d99faa..d0d034801 100644 --- a/InstructionSets/x86/Implementation/PerformImplementation.hpp +++ b/InstructionSets/x86/Implementation/PerformImplementation.hpp @@ -172,6 +172,8 @@ template < default: assert(false); + case Operation::Invalid: + // TODO: throw on higher-order processors. case Operation::ESC: case Operation::NOP: return;