< prev index next >

src/share/vm/asm/macroAssembler.hpp

Print this page

        

*** 40,46 **** --- 40,49 ---- # include "macroAssembler_arm.hpp" #endif #ifdef TARGET_ARCH_ppc # include "macroAssembler_ppc.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "macroAssembler_aarch64.hpp" + #endif #endif // SHARE_VM_ASM_MACROASSEMBLER_HPP
< prev index next >