()
| 89 | } |
| 90 | |
| 91 | private static void init() { |
| 92 | init_X86_32Bit(); |
| 93 | init_X86_64Bit(); |
| 94 | init_IA64_32Bit(); |
| 95 | init_IA64_64Bit(); |
| 96 | init_PPC_32Bit(); |
| 97 | init_PPC_64Bit(); |
| 98 | init_Aarch_64Bit(); |
| 99 | init_RISCV_32Bit(); |
| 100 | init_RISCV_64Bit(); |
| 101 | } |
| 102 | |
| 103 | private static void init_Aarch_64Bit() { |
| 104 | addProcessors(new Processor(Processor.Arch.BIT_64, Processor.Type.AARCH_64), "aarch64"); |
no test coverage detected