| Submitter | Uros Bizjak |
|---|---|
| Date | April 23, 2011, 7:35 a.m. |
| Message ID | <BANLkTimxOUvQUXLCynHA8rCf7mNsh10i8w@mail.gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/92607/ |
| State | New |
| Headers | show |
Comments
Patch
Index: i386.c =================================================================== --- i386.c (revision 172866) +++ i386.c (working copy) @@ -10149,7 +10149,7 @@ ix86_adjust_stack_and_probe (const HOST_ /* Even if the stack pointer isn't the CFA register, we need to correctly describe the adjustments made to it, in particular differentiate the frame-related ones from the frame-unrelated ones. */ - if (size > 0) + if (size != 0) { rtx expr = gen_rtx_SEQUENCE (VOIDmode, rtvec_alloc (2)); XVECEXP (expr, 0, 0)