src/os/linux/vm/os_perf_linux.cpp

changeset 9933
0672fc1cf811
parent 9858
b985cbb00e68
     1.1 --- a/src/os/linux/vm/os_perf_linux.cpp	Fri Oct 23 18:04:23 2020 +0800
     1.2 +++ b/src/os/linux/vm/os_perf_linux.cpp	Sat Oct 24 14:55:37 2020 +0800
     1.3 @@ -47,6 +47,9 @@
     1.4  #ifdef TARGET_ARCH_ppc
     1.5  # include "vm_version_ext_ppc.hpp"
     1.6  #endif
     1.7 +#ifdef TARGET_ARCH_mips
     1.8 +# include "vm_version_ext_mips.hpp"
     1.9 +#endif
    1.10  
    1.11  #include <stdio.h>
    1.12  #include <stdarg.h>

mercurial