Hi,<br><br>The attached patch fixes the encoding of the LSDA field in the CIE section in JIT emitted dwarf info. Previously, the encoding was<br>dwarf::DW_EH_PE_pcrel | dwarf::DW_EH_PE_sdata4, but that is not correct on 64 bit platforms, since <br>
JITDwarfEmitter::EmitEHFrame () emits the LSDA offset as a 64 bit value.<br><br>Please review and commit if it looks ok.<br><br>            thanks<br><br>                  Zoltan<br><br><br>