src/os_cpu/solaris_x86/vm/solaris_x86_32.ad

changeset 3049
95134e034042
parent 1907
c18cbe5936b8
child 3577
9b8ce46870df
equal deleted inserted replaced
3048:6987871cfb9b 3049:95134e034042
159 emit_break(cbuf); 159 emit_break(cbuf);
160 } 160 }
161 161
162 162
163 uint MachBreakpointNode::size(PhaseRegAlloc *ra_) const { 163 uint MachBreakpointNode::size(PhaseRegAlloc *ra_) const {
164 return 5; 164 return MachNode::size(ra_);
165 } 165 }
166 166
167 %} 167 %}

mercurial