system/extras/mmap-perf/unsupported.cpp

7 lines
126 B
C++
Raw Permalink Normal View History

2025-08-25 08:01:50 +08:00
#include <stdio.h>
int main() {
fprintf(stderr, "mmap-perf is unsupported for 32-bit architectures\n");
return -1;
}