mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-07 07:29:59 +01:00
test_generator: Expand testing to thumb32
This commit is contained in:
parent
6d6cbe2e66
commit
f84e489969
@ -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…
x
Reference in New Issue
Block a user