comparison src/cpu/sparc/vm/frame_sparc.inline.hpp @ 7204:f0c2369fda5a

8003250: SPARC: move MacroAssembler into separate file Reviewed-by: jrose, kvn
author twisti
date Thu, 06 Dec 2012 09:57:41 -0800
parents cd3d6a6b95d9
children a7a93887b4c4 e619a2766bcc
comparison
equal deleted inserted replaced
7201:c5d414e98fd4 7204:f0c2369fda5a
22 * 22 *
23 */ 23 */
24 24
25 #ifndef CPU_SPARC_VM_FRAME_SPARC_INLINE_HPP 25 #ifndef CPU_SPARC_VM_FRAME_SPARC_INLINE_HPP
26 #define CPU_SPARC_VM_FRAME_SPARC_INLINE_HPP 26 #define CPU_SPARC_VM_FRAME_SPARC_INLINE_HPP
27
28 #include "asm/macroAssembler.hpp"
27 29
28 // Inline functions for SPARC frames: 30 // Inline functions for SPARC frames:
29 31
30 // Constructors 32 // Constructors
31 33