src/share/vm/c1/c1_FpuStackSim.hpp

changeset 2508
b92c45f2bc75
parent 2314
f95d63e2154a
child 2708
1d1603768966
equal deleted inserted replaced
2497:3582bf76420e 2508:b92c45f2bc75
36 # include "c1_FpuStackSim_x86.hpp" 36 # include "c1_FpuStackSim_x86.hpp"
37 #endif 37 #endif
38 #ifdef TARGET_ARCH_sparc 38 #ifdef TARGET_ARCH_sparc
39 # include "c1_FpuStackSim_sparc.hpp" 39 # include "c1_FpuStackSim_sparc.hpp"
40 #endif 40 #endif
41 #ifdef TARGET_ARCH_arm
42 # include "c1_FpuStackSim_arm.hpp"
43 #endif
44 #ifdef TARGET_ARCH_ppc
45 # include "c1_FpuStackSim_ppc.hpp"
46 #endif
41 47
42 48
43 #endif // SHARE_VM_C1_C1_FPUSTACKSIM_HPP 49 #endif // SHARE_VM_C1_C1_FPUSTACKSIM_HPP

mercurial