src/cpu/zero/vm/frame_zero.inline.hpp

Print this page
@  rev 6808 : JI-9039953: zero variant fails to build.
|

*** 24,33 **** --- 24,35 ---- */ #ifndef CPU_ZERO_VM_FRAME_ZERO_INLINE_HPP #define CPU_ZERO_VM_FRAME_ZERO_INLINE_HPP + #include "code/codeCache.hpp" + // Constructors inline frame::frame() { _zeroframe = NULL; _sp = NULL;