comparison src/share/vm/c1/c1_FrameMap.cpp @ 2192:b92c45f2bc75

7016023: Enable building ARM and PPC from src/closed repository Reviewed-by: dholmes, bdelsart
author bobv
date Wed, 02 Feb 2011 11:35:26 -0500
parents 7514897db238
children 1d1603768966
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
32 #ifdef TARGET_ARCH_sparc 32 #ifdef TARGET_ARCH_sparc
33 # include "vmreg_sparc.inline.hpp" 33 # include "vmreg_sparc.inline.hpp"
34 #endif 34 #endif
35 #ifdef TARGET_ARCH_zero 35 #ifdef TARGET_ARCH_zero
36 # include "vmreg_zero.inline.hpp" 36 # include "vmreg_zero.inline.hpp"
37 #endif
38 #ifdef TARGET_ARCH_arm
39 # include "vmreg_arm.inline.hpp"
40 #endif
41 #ifdef TARGET_ARCH_ppc
42 # include "vmreg_ppc.inline.hpp"
37 #endif 43 #endif
38 44
39 45
40 46
41 //----------------------------------------------------- 47 //-----------------------------------------------------