comparison src/cpu/x86/vm/register_definitions_x86.cpp @ 427:3c07cda72b7d

6764892: VS2008 changes required to compile hotspot sources Summary: Minor changes required to build using the Visual Studio 2008 compiler Reviewed-by: kvn, ohair
author tbell
date Tue, 11 Nov 2008 22:01:08 -0800
parents d1605aabd0a1
children c18cbe5936b8 61b2245abf36
comparison
equal deleted inserted replaced
421:577f3a2e0662 427:3c07cda72b7d
19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, 19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
20 * CA 95054 USA or visit www.sun.com if you need additional information or 20 * CA 95054 USA or visit www.sun.com if you need additional information or
21 * have any questions. 21 * have any questions.
22 * 22 *
23 */ 23 */
24
25 // make sure the defines don't screw up the declarations later on in this file
26 #define DONT_USE_REGISTER_DEFINES
27 24
28 #include "incls/_precompiled.incl" 25 #include "incls/_precompiled.incl"
29 #include "incls/_register_definitions_x86.cpp.incl" 26 #include "incls/_register_definitions_x86.cpp.incl"
30 27
31 REGISTER_DEFINITION(Register, noreg); 28 REGISTER_DEFINITION(Register, noreg);