diff 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
line wrap: on
line diff
--- a/src/cpu/x86/vm/globalDefinitions_x86.hpp	Mon Apr 29 01:58:43 2013 -0700
+++ b/src/cpu/x86/vm/globalDefinitions_x86.hpp	Tue May 07 10:19:33 2013 -0400
@@ -27,4 +27,6 @@
 
 const int StackAlignmentInBytes  = 16;
 
+#define SUPPORTS_NATIVE_CX8
+
 #endif // CPU_X86_VM_GLOBALDEFINITIONS_X86_HPP