< prev index next >

src/share/vm/asm/register.hpp

Print this page

        

*** 106,115 **** --- 106,118 ---- # include "register_arm.hpp" #endif #ifdef TARGET_ARCH_ppc # include "register_ppc.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "register_aarch64.hpp" + #endif // Debugging support inline void assert_different_registers(
< prev index next >