Finally finish pissing around with jmp_with_stack.  Now at least we
can get a startup on amd64.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3403 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/stage1.c b/coregrind/stage1.c
index 6ab8c93..42a80fa 100644
--- a/coregrind/stage1.c
+++ b/coregrind/stage1.c
@@ -337,8 +337,8 @@
 
    /* move onto another stack so we can play with the main one */
    jump_and_switch_stacks(
-      (Addr)stack + sizeof(stack),  /* stack */
-      main2                         /* where to */
+      (Addr) stack + sizeof(stack),  /* stack */
+      (Addr) main2                   /* where to */
    );
 
    /*NOTREACHED*/