[PATCH][X86_64/MC] Fix code offset for unwind code SET_FPREG and enable test

Kai Nacke kai.nacke at redstar.de
Sat Aug 17 06:56:30 PDT 2013


Ping.

On 12.08.2013 08:07, Kai Nacke wrote:
> Hi!
>
> The code offset for unwind code SET_FPREG is wrong because it
> is set to constant 0. The fix is to do the same as for the other
> unwind codes: emit a label and later the absolute difference
> between the label and the begin of the prologue.
>
> The attached patch fixes the issue and enables the associated test.
>
> Please review.
>
> Regards
>
> Kai
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>




More information about the llvm-commits mailing list