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:
parent
572dc40e6b
commit
dc8cff364f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user