comparison src/os_cpu/linux_x86/vm/linux_x86_64.ad @ 3858:de147f62e695

Merge
author kvn
date Fri, 19 Aug 2011 08:55:53 -0700
parents 95134e034042
children 9b8ce46870df
comparison
equal deleted inserted replaced
3836:00ed4ccfe642 3858:de147f62e695
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 %}