<pre>Hi,<br><br>This is a resend of a patch sent earlier which got lost in the ml traffic.<br><br> The x86 jit doesn't generate a def_cfa_offset unwind instruction after the<br>pushes in the function prolog if the function doesn't<br>
have any stack space, i.e. for a prolog like:<br><br>0x40011870: push %r15<br><br>0x40011872: push %r14<br><br>0x40011874: push %rbx<br><br>The attached patch fixes this.<br><br> Zoltan<br>
</pre>