1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-26 08:49:37 +00:00

Switch to common test.

This commit is contained in:
Thomas Harte 2022-03-11 09:48:02 -05:00
parent 572dc40e6b
commit dc8cff364f

View File

@ -25,7 +25,7 @@ namespace x86 {
*/
template <Model model> class Decoder {
public:
using InstructionT = Instruction<model >= Model::i80386>;
using InstructionT = Instruction<is_32bit(model)>;
/*!
@returns an @c Instruction plus a size; a positive size indicates successful decoding of