test_instruction_profile doesn't run on ARM
hainest opened this issue · 0 comments
hainest commented
It should run on ARM because we have cross-platform instrumentation (e.g., it is run on Power). Also, the InstructionDecoder
is using 32-bit x86, but should be using (at least) 64-bit.
test_instruction_read_writ should also be run on ARM.