(self)
| 363 | features_map = dict(VSX2="ARCH_2_07", VSX3="ARCH_3_00", VSX4="ARCH_3_1") |
| 364 | |
| 365 | def load_flags(self): |
| 366 | self.load_flags_auxv() |
| 367 | |
| 368 | |
| 369 | is_zarch = re.match("^(s390x)", machine, re.IGNORECASE) |
nothing calls this directly
no test coverage detected