mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-29 12:50:28 +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 {
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user