comparison src/share/vm/interpreter/templateInterpreterGenerator.hpp @ 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 f95d63e2154a
children 1d1603768966
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
94 # include "templateInterpreterGenerator_sparc.hpp" 94 # include "templateInterpreterGenerator_sparc.hpp"
95 #endif 95 #endif
96 #ifdef TARGET_ARCH_zero 96 #ifdef TARGET_ARCH_zero
97 # include "templateInterpreterGenerator_zero.hpp" 97 # include "templateInterpreterGenerator_zero.hpp"
98 #endif 98 #endif
99 #ifdef TARGET_ARCH_arm
100 # include "templateInterpreterGenerator_arm.hpp"
101 #endif
102 #ifdef TARGET_ARCH_ppc
103 # include "templateInterpreterGenerator_ppc.hpp"
104 #endif
99 105
100 106
101 }; 107 };
102 108
103 #endif // !CC_INTERP 109 #endif // !CC_INTERP