hotspot/src/cpu/sparc/vm/register_definitions_sparc.cpp
changeset 7397 5b173b4ca846
parent 5702 201c5cde25bb
child 35214 d86005e0b4c2
equal deleted inserted replaced
7396:518b01b064ff 7397:5b173b4ca846
    23  */
    23  */
    24 
    24 
    25 // make sure the defines don't screw up the declarations later on in this file
    25 // make sure the defines don't screw up the declarations later on in this file
    26 #define DONT_USE_REGISTER_DEFINES
    26 #define DONT_USE_REGISTER_DEFINES
    27 
    27 
    28 #include "incls/_precompiled.incl"
    28 #include "precompiled.hpp"
    29 #include "incls/_register_definitions_sparc.cpp.incl"
    29 #include "asm/assembler.hpp"
       
    30 #include "asm/register.hpp"
       
    31 #include "interp_masm_sparc.hpp"
       
    32 #include "register_sparc.hpp"
    30 
    33 
    31 REGISTER_DEFINITION(Register, noreg);
    34 REGISTER_DEFINITION(Register, noreg);
    32 
    35 
    33 REGISTER_DEFINITION(Register, G0);
    36 REGISTER_DEFINITION(Register, G0);
    34 REGISTER_DEFINITION(Register, G1);
    37 REGISTER_DEFINITION(Register, G1);