Add support for 'leal' instruction to UnwindAssembly-x86
Gcc for android use the leal instruction to subtract from the stack pointer in the prologue of a function call. This patch add basic support for evaluating this instruction to support stack unwinding on android-x86.