comparison src/share/vm/asm/macroAssembler.hpp @ 7204:f0c2369fda5a

8003250: SPARC: move MacroAssembler into separate file Reviewed-by: jrose, kvn
author twisti
date Thu, 06 Dec 2012 09:57:41 -0800
parents cd3d6a6b95d9
children a9c29dfc7d73
comparison
equal deleted inserted replaced
7201:c5d414e98fd4 7204:f0c2369fda5a
29 29
30 #ifdef TARGET_ARCH_x86 30 #ifdef TARGET_ARCH_x86
31 # include "macroAssembler_x86.hpp" 31 # include "macroAssembler_x86.hpp"
32 #endif 32 #endif
33 #ifdef TARGET_ARCH_sparc 33 #ifdef TARGET_ARCH_sparc
34 # include "assembler_sparc.hpp" 34 # include "macroAssembler_sparc.hpp"
35 #endif 35 #endif
36 #ifdef TARGET_ARCH_zero 36 #ifdef TARGET_ARCH_zero
37 # include "assembler_zero.hpp" 37 # include "assembler_zero.hpp"
38 #endif 38 #endif
39 #ifdef TARGET_ARCH_arm 39 #ifdef TARGET_ARCH_arm