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

changeset 4323
f0c2369fda5a
parent 4318
cd3d6a6b95d9
child 4587
a9c29dfc7d73
     1.1 --- a/src/share/vm/asm/macroAssembler.inline.hpp	Mon Nov 26 15:11:55 2012 +0100
     1.2 +++ b/src/share/vm/asm/macroAssembler.inline.hpp	Thu Dec 06 09:57:41 2012 -0800
     1.3 @@ -25,11 +25,13 @@
     1.4  #ifndef SHARE_VM_ASM_MACROASSEMBLER_INLINE_HPP
     1.5  #define SHARE_VM_ASM_MACROASSEMBLER_INLINE_HPP
     1.6  
     1.7 +#include "asm/macroAssembler.hpp"
     1.8 +
     1.9  #ifdef TARGET_ARCH_x86
    1.10  // no macroAssembler_x86.inline.hpp
    1.11  #endif
    1.12  #ifdef TARGET_ARCH_sparc
    1.13 -# include "assembler_sparc.inline.hpp"
    1.14 +# include "macroAssembler_sparc.inline.hpp"
    1.15  #endif
    1.16  #ifdef TARGET_ARCH_zero
    1.17  # include "assembler_zero.inline.hpp"

mercurial