|
From: Julian S. <js...@ac...> - 2016-10-19 16:58:27
|
Committed, but only for the #-16 case; not for any offset. I am leery about allowing this to be done for more case than absolutely necessary since it makes the instructions nonrestartable after a fault. J > It seems newer versions of libgcc[0] have started using assembly like this: > > strd ip, lr, [sp, #-16]! > > Since VEX only checks for #-8, this is causing lots of complaints about > invalid writes below the stack pointer. |