comparison src/cpu/ppc/vm/interp_masm_ppc_64.hpp @ 17917:63c5920a038d

8042309: Some bugfixes for the ppc64 port. Reviewed-by: kvn
author goetz
date Fri, 02 May 2014 14:53:06 +0200
parents fd1b9f02cc91
children b384ba33c9a0
comparison
equal deleted inserted replaced
17916:34862ced4a87 17917:63c5920a038d
24 */ 24 */
25 25
26 #ifndef CPU_PPC_VM_INTERP_MASM_PPC_64_HPP 26 #ifndef CPU_PPC_VM_INTERP_MASM_PPC_64_HPP
27 #define CPU_PPC_VM_INTERP_MASM_PPC_64_HPP 27 #define CPU_PPC_VM_INTERP_MASM_PPC_64_HPP
28 28
29 #include "assembler_ppc.inline.hpp" 29 #include "asm/macroAssembler.hpp"
30 #include "interpreter/invocationCounter.hpp" 30 #include "interpreter/invocationCounter.hpp"
31 31
32 // This file specializes the assembler with interpreter-specific macros. 32 // This file specializes the assembler with interpreter-specific macros.
33 33
34 34