On Sun, Jun 14, 2015 at 03:23:09PM +0200, Denys Vlasenko wrote:
> Th "jmp" deleted by this patch in fact compiles to "jmp to next insn",
> since ".p2align 4,,7" happens to not do any alignment -
> aligning to 2^4 would require more than 7 bytes of padding:
>
> 00b0 :
> b0: e8 fc ff ff ff
Th "jmp" deleted by this patch in fact compiles to "jmp to next insn",
since ".p2align 4,,7" happens to not do any alignment -
aligning to 2^4 would require more than 7 bytes of padding:
00b0 :
b0: e8 fc ff ff ff call
b5: e8 8d ff ff ff call 47
ba: 6a 03
2 matches
Mail list logo