comparison src/cpu/sparc/vm/interp_masm_sparc.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 da91efe96a93
children aeaca88565e6
comparison
equal deleted inserted replaced
7201:c5d414e98fd4 7204:f0c2369fda5a
23 */ 23 */
24 24
25 #ifndef CPU_SPARC_VM_INTERP_MASM_SPARC_HPP 25 #ifndef CPU_SPARC_VM_INTERP_MASM_SPARC_HPP
26 #define CPU_SPARC_VM_INTERP_MASM_SPARC_HPP 26 #define CPU_SPARC_VM_INTERP_MASM_SPARC_HPP
27 27
28 #include "assembler_sparc.inline.hpp" 28 #include "asm/macroAssembler.inline.hpp"
29 #include "interpreter/invocationCounter.hpp" 29 #include "interpreter/invocationCounter.hpp"
30 30
31 // This file specializes the assember with interpreter-specific macros 31 // This file specializes the assember with interpreter-specific macros
32 32
33 REGISTER_DECLARATION( Register, Otos_i , O0); // tos for ints, etc 33 REGISTER_DECLARATION( Register, Otos_i , O0); // tos for ints, etc