< prev index next >

src/share/vm/asm/assembler.inline.hpp

Print this page

        

*** 40,46 **** --- 40,49 ---- # include "assembler_arm.inline.hpp" #endif #ifdef TARGET_ARCH_ppc # include "assembler_ppc.inline.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "assembler_aarch64.inline.hpp" + #endif #endif // SHARE_VM_ASM_ASSEMBLER_INLINE_HPP
< prev index next >