< prev index next >

src/share/vm/compiler/disassembler.hpp

Print this page

        

@@ -79,10 +79,13 @@
 
   // Machine dependent stuff
 #ifdef TARGET_ARCH_x86
 # include "disassembler_x86.hpp"
 #endif
+#ifdef TARGET_ARCH_aarch64
+# include "disassembler_aarch64.hpp"
+#endif
 #ifdef TARGET_ARCH_sparc
 # include "disassembler_sparc.hpp"
 #endif
 #ifdef TARGET_ARCH_zero
 # include "disassembler_zero.hpp"
< prev index next >