comparison src/share/vm/asm/macroAssembler.hpp @ 8047:1e5e28bac299

8003252: PPC: move MacroAssembler into separate file Summary: moved MacroAssembler into separate file Reviewed-by: twisti, kvn, dlong
author morris
date Mon, 11 Feb 2013 14:47:04 -0800
parents a9c29dfc7d73
children de6a9e811145
comparison
equal deleted inserted replaced
8046:a9c29dfc7d73 8047:1e5e28bac299
38 #endif 38 #endif
39 #ifdef TARGET_ARCH_arm 39 #ifdef TARGET_ARCH_arm
40 # include "macroAssembler_arm.hpp" 40 # include "macroAssembler_arm.hpp"
41 #endif 41 #endif
42 #ifdef TARGET_ARCH_ppc 42 #ifdef TARGET_ARCH_ppc
43 # include "assembler_ppc.hpp" 43 # include "macroAssembler_ppc.hpp"
44 #endif 44 #endif
45 45
46 #endif // SHARE_VM_ASM_MACROASSEMBLER_HPP 46 #endif // SHARE_VM_ASM_MACROASSEMBLER_HPP