src/os_cpu/linux_x86/vm/linux_x86_64.ad

changeset 3049
95134e034042
parent 1907
c18cbe5936b8
child 3577
9b8ce46870df
equal deleted inserted replaced
3048:6987871cfb9b 3049:95134e034042
165 void MachBreakpointNode::emit(CodeBuffer& cbuf, PhaseRegAlloc* ra_) const { 165 void MachBreakpointNode::emit(CodeBuffer& cbuf, PhaseRegAlloc* ra_) const {
166 emit_break(cbuf); 166 emit_break(cbuf);
167 } 167 }
168 168
169 uint MachBreakpointNode::size(PhaseRegAlloc* ra_) const { 169 uint MachBreakpointNode::size(PhaseRegAlloc* ra_) const {
170 return 5; 170 // distance could be far and requires load and call through register
171 return MachNode::size(ra_);
171 } 172 }
172 173
173 %} 174 %}

mercurial