mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-03 03:02:28 +00:00
Introduce CPUID detection for Blink
This commit is contained in:
parent
4922bc4890
commit
3da887c58f
12 changed files with 19 additions and 14 deletions
|
@ -150,7 +150,7 @@ static int GetAfd(struct Machine *m, int fd) {
|
|||
}
|
||||
|
||||
static const char *GetSimulated(void) {
|
||||
if (IsGenuineCosmo()) {
|
||||
if (IsGenuineCosmo() || IsGenuineBlink()) {
|
||||
return " SIMULATED";
|
||||
} else {
|
||||
return "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue