On Wed, 2009-05-06 at 19:03 +0200, Tomek Grabiec wrote: > Signed-off-by: Tomek Grabiec <[email protected]> > --- > arch/x86/stack-frame.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/x86/stack-frame.c b/arch/x86/stack-frame.c > index 51a152b..cf1a612 100644 > --- a/arch/x86/stack-frame.c > +++ b/arch/x86/stack-frame.c > @@ -42,10 +42,10 @@ > * : ... : > * | Arg 1 | <-- Start offset of arguments > * | Old EIP | > - * | Old EBP | > * | EDI | > * | ESI | > - * | EBX | <-- New EBP > + * | EBX | > + * | Old EBP | <-- New EBP > * | Local 1 | > * : ... : > * | Local m :
*blush* commit 55b333f45fac49ae5e8ed8303229335969b6a5af Author: Pekka Enberg <[email protected]> Date: Mon Aug 18 15:46:42 2008 +0300 x86: Add a comment for ARGS_START_OFFSET Add a comment explaining the relationship between ARGS_START_OFFSET and the saving of callee-saved registers in emit_prolog(). Reviewed-by: Arthur Huillet <[email protected]> Signed-off-by: Pekka Enberg <[email protected]> Obviously, I blame Arthur because he reviewed the patch! ;-) Thanks for the patch, Tomek! Pekka ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ Jatovm-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jatovm-devel
