x86_machdep.c | 1551 static const uint8_t lcall[] = { 0x9a, 0, 0, 0, 0 }; local in function:x86_cpu_is_lcall 1553 const size_t sz = sizeof(lcall) + 2; 1554 uint8_t tmp[sizeof(lcall) + 2]; 1559 if (memcmp(tmp, lcall, sizeof(lcall)) != 0 || tmp[sz - 1] != 0)
|