allwinner_a64/android/system/extras/mmap-perf/unsupported.cpp
2018-08-08 17:48:24 +08:00

6 lines
126 B
C++

#include <stdio.h>
int main() {
fprintf(stderr, "mmap-perf is unsupported for 32-bit architectures\n");
return -1;
}