diff src/share/vm/asm/macroAssembler.inline.hpp @ 7204:f0c2369fda5a

8003250: SPARC: move MacroAssembler into separate file Reviewed-by: jrose, kvn
author twisti
date Thu, 06 Dec 2012 09:57:41 -0800
parents cd3d6a6b95d9
children a9c29dfc7d73
line wrap: on
line diff
--- a/src/share/vm/asm/macroAssembler.inline.hpp	Mon Nov 26 15:11:55 2012 +0100
+++ b/src/share/vm/asm/macroAssembler.inline.hpp	Thu Dec 06 09:57:41 2012 -0800
@@ -25,11 +25,13 @@
 #ifndef SHARE_VM_ASM_MACROASSEMBLER_INLINE_HPP
 #define SHARE_VM_ASM_MACROASSEMBLER_INLINE_HPP
 
+#include "asm/macroAssembler.hpp"
+
 #ifdef TARGET_ARCH_x86
 // no macroAssembler_x86.inline.hpp
 #endif
 #ifdef TARGET_ARCH_sparc
-# include "assembler_sparc.inline.hpp"
+# include "macroAssembler_sparc.inline.hpp"
 #endif
 #ifdef TARGET_ARCH_zero
 # include "assembler_zero.inline.hpp"