changeset 4153:1e5e28bac299

8003252: PPC: move MacroAssembler into separate file Summary: moved MacroAssembler into separate file Reviewed-by: twisti, kvn, dlong
author morris
date Mon, 11 Feb 2013 14:47:04 -0800
parents a9c29dfc7d73
children 8b3da8d14c93 c703f9c4b025 6c2da81297c5
files src/share/vm/asm/macroAssembler.hpp src/share/vm/asm/macroAssembler.inline.hpp
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/asm/macroAssembler.hpp	Mon Feb 11 10:38:11 2013 -0800
+++ b/src/share/vm/asm/macroAssembler.hpp	Mon Feb 11 14:47:04 2013 -0800
@@ -40,7 +40,7 @@
 # include "macroAssembler_arm.hpp"
 #endif
 #ifdef TARGET_ARCH_ppc
-# include "assembler_ppc.hpp"
+# include "macroAssembler_ppc.hpp"
 #endif
 
 #endif // SHARE_VM_ASM_MACROASSEMBLER_HPP
--- a/src/share/vm/asm/macroAssembler.inline.hpp	Mon Feb 11 10:38:11 2013 -0800
+++ b/src/share/vm/asm/macroAssembler.inline.hpp	Mon Feb 11 14:47:04 2013 -0800
@@ -40,7 +40,7 @@
 # include "macroAssembler_arm.inline.hpp"
 #endif
 #ifdef TARGET_ARCH_ppc
-# include "assembler_ppc.inline.hpp"
+# include "macroAssembler_ppc.inline.hpp"
 #endif
 
 #endif // SHARE_VM_ASM_MACROASSEMBLER_INLINE_HPP