src/cpu/x86/vm/c1_FrameMap_x86.hpp

changeset 2314
f95d63e2154a
parent 1934
e9ff18c4ace7
child 2344
ac637b7220d1
     1.1 --- a/src/cpu/x86/vm/c1_FrameMap_x86.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/cpu/x86/vm/c1_FrameMap_x86.hpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,6 +22,9 @@
     1.4   *
     1.5   */
     1.6  
     1.7 +#ifndef CPU_X86_VM_C1_FRAMEMAP_X86_HPP
     1.8 +#define CPU_X86_VM_C1_FRAMEMAP_X86_HPP
     1.9 +
    1.10  //  On i486 the frame looks as follows:
    1.11  //
    1.12  //  +-----------------------------+---------+----------------------------------------+----------------+-----------
    1.13 @@ -126,3 +129,5 @@
    1.14      assert(i >= 0 && i < nof_caller_save_xmm_regs, "out of bounds");
    1.15      return _caller_save_xmm_regs[i];
    1.16    }
    1.17 +
    1.18 +#endif // CPU_X86_VM_C1_FRAMEMAP_X86_HPP

mercurial