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 : -- 1.6.0.6 ------------------------------------------------------------------------------ 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
