< prev index next >

src/cpu/ppc/vm/frame_ppc.inline.hpp

Print this page

        

*** 26,35 **** --- 26,36 ---- #ifndef CPU_PPC_VM_FRAME_PPC_INLINE_HPP #define CPU_PPC_VM_FRAME_PPC_INLINE_HPP #include "code/codeCache.hpp" #include "code/vmreg.inline.hpp" + #include "utilities/align.hpp" // Inline functions for ppc64 frames: // Find codeblob and set deopt_state. inline void frame::find_codeblob_and_set_pc_and_deopt_state(address pc) {
< prev index next >