Messing up the stack pointer

2008-10-17 Thread hyeron bosh
I have a (probably naive) question about messing up the stack pointer. Here is the code produced by gcc for some function "X" (original source code is C/Obj-C) # function "X" entry point 0x82699 <>: push %ebp 0x8269a <+1>: mov%esp,%ebp 0x8269c <+3>: push %

Re: Messing up the stack pointer

2008-10-17 Thread hyeron bosh
On Fri, Oct 17, 2008 at 11:33 AM, Andrew Haley <[EMAIL PROTECTED]> wrote: > hyeron bosh wrote: >> I have a (probably naive) question about >> messing up the stack pointer. >> >> Here is the code produced by gcc >> for some function "X" (origina