Hi,<br><br> The x86 jit doesn't generate a def_cfa_offset unwind instruction after the 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>
0x40011872: push %r14 <br>0x40011874: push %rbx <br><br>The attached patch fixes this.<br><br> Zoltan<br>