src/os_cpu/aix_ppc/vm/os_aix_ppc.hpp

changeset 7424
c5e86c5cd22e
parent 0
f90c822e73f8
equal deleted inserted replaced
7423:28f116adb50c 7424:c5e86c5cd22e
21 * or visit www.oracle.com if you need additional information or have any 21 * or visit www.oracle.com if you need additional information or have any
22 * questions. 22 * questions.
23 * 23 *
24 */ 24 */
25 25
26 #ifndef OS_CPU_AIX_OJDKPPC_VM_OS_AIX_PPC_HPP 26 #ifndef OS_CPU_AIX_PPC_VM_OS_AIX_PPC_HPP
27 #define OS_CPU_AIX_OJDKPPC_VM_OS_AIX_PPC_HPP 27 #define OS_CPU_AIX_PPC_VM_OS_AIX_PPC_HPP
28 28
29 static void setup_fpu() {} 29 static void setup_fpu() {}
30 30
31 // Used to register dynamic code cache area with the OS 31 // Used to register dynamic code cache area with the OS
32 // Note: Currently only used in 64 bit Windows implementations 32 // Note: Currently only used in 64 bit Windows implementations
33 static bool register_code_area(char *low, char *high) { return true; } 33 static bool register_code_area(char *low, char *high) { return true; }
34 34
35 #endif // OS_CPU_AIX_OJDKPPC_VM_OS_AIX_PPC_HPP 35 #endif // OS_CPU_AIX_PPC_VM_OS_AIX_PPC_HPP

mercurial