mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-07 23:25:00 +00:00
Switch to common test.
This commit is contained in:
@@ -25,7 +25,7 @@ namespace x86 {
|
|||||||
*/
|
*/
|
||||||
template <Model model> class Decoder {
|
template <Model model> class Decoder {
|
||||||
public:
|
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
|
@returns an @c Instruction plus a size; a positive size indicates successful decoding of
|
||||||
|
Reference in New Issue
Block a user