This commit is contained in:
Justine Tunney 2024-01-04 13:59:36 -08:00
parent 0e49bed660
commit e93c8c4f8f
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

@ -22,7 +22,7 @@
#include "libc/errno.h" #include "libc/errno.h"
/** /**
* Returns true if process is running under qemu-x86_64 or qemu-x86_64. * Returns true if process is running under qemu-x86_64 or qemu-aarch64.
*/ */
int IsQemu(void) { int IsQemu(void) {
// qemu doesn't validate the advice argument // qemu doesn't validate the advice argument