test_generator: Expand testing to thumb32
This commit is contained in:
parent
6d6cbe2e66
commit
f84e489969
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ std::vector<u16> GenRandomThumbInst(u32 pc, bool is_last_inst, A32::ITState it_s
|
||||||
const std::vector<std::tuple<std::string, const char*>> list{
|
const std::vector<std::tuple<std::string, const char*>> list{
|
||||||
#define INST(fn, name, bitstring) {#fn, bitstring},
|
#define INST(fn, name, bitstring) {#fn, bitstring},
|
||||||
#include "dynarmic/frontend/A32/decoder/thumb16.inc"
|
#include "dynarmic/frontend/A32/decoder/thumb16.inc"
|
||||||
//#include "dynarmic/frontend/A32/decoder/thumb32.inc"
|
#include "dynarmic/frontend/A32/decoder/thumb32.inc"
|
||||||
#undef INST
|
#undef INST
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue