mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-01 18:22:27 +00:00
Update tests and CPU detection for Blink
This commit is contained in:
parent
be3e109309
commit
006c44ff5d
24 changed files with 206 additions and 56 deletions
|
@ -150,7 +150,7 @@ static int GetAfd(struct Machine *m, int fd) {
|
|||
}
|
||||
|
||||
static const char *GetSimulated(void) {
|
||||
if (IsGenuineCosmo() || IsGenuineBlink()) {
|
||||
if (IsGenuineBlink()) {
|
||||
return " SIMULATED";
|
||||
} else {
|
||||
return "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue