comparison src/cpu/x86/vm/globalDefinitions_x86.hpp @ 10235:6b388e7d4905

8013633: Cleanup platform ifdefs in unsafe.cpp Summary: Replace ifdefs with SUPPORTS_NATIVE_CX8 set in platform include file Reviewed-by: dholmes, dlong
author bpittore
date Tue, 07 May 2013 10:19:33 -0400
parents f95d63e2154a
children de6a9e811145 cfd05ec74089
comparison
equal deleted inserted replaced
10172:e01e02a9fcb6 10235:6b388e7d4905
25 #ifndef CPU_X86_VM_GLOBALDEFINITIONS_X86_HPP 25 #ifndef CPU_X86_VM_GLOBALDEFINITIONS_X86_HPP
26 #define CPU_X86_VM_GLOBALDEFINITIONS_X86_HPP 26 #define CPU_X86_VM_GLOBALDEFINITIONS_X86_HPP
27 27
28 const int StackAlignmentInBytes = 16; 28 const int StackAlignmentInBytes = 16;
29 29
30 #define SUPPORTS_NATIVE_CX8
31
30 #endif // CPU_X86_VM_GLOBALDEFINITIONS_X86_HPP 32 #endif // CPU_X86_VM_GLOBALDEFINITIONS_X86_HPP