comparison src/cpu/sparc/vm/register_definitions_sparc.cpp @ 1972:f95d63e2154a

6989984: Use standard include model for Hospot Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
author stefank
date Tue, 23 Nov 2010 13:22:55 -0800
parents e9ff18c4ace7
children
comparison
equal deleted inserted replaced
1971:e33f46fc48ed 1972:f95d63e2154a
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);