|
From: <sv...@va...> - 2012-03-07 16:38:19
|
sewardj 2012-03-07 16:38:12 +0000 (Wed, 07 Mar 2012)
New Revision: 12425
Log:
Ah, the joys of applying patches by hand. Redo r12424 but get the
patch in the right place this time. re #295428.
Modified files:
trunk/coregrind/m_main.c
Modified: trunk/coregrind/m_main.c (+1 -1)
===================================================================
--- trunk/coregrind/m_main.c 2012-03-07 15:56:29 +00:00 (rev 12424)
+++ trunk/coregrind/m_main.c 2012-03-07 16:38:12 +00:00 (rev 12425)
@@ -2840,9 +2840,9 @@
"\taddl $"VG_STRINGIFY(VG_STACK_ACTIVE_SZB)", %eax\n"
"\tsubl $16, %eax\n"
"\tandl $~15, %eax\n"
- "\tsubl $12, %esp\n" // keep stack 16 aligned; see #295428
/* install it, and collect the original one */
"\txchgl %eax, %esp\n"
+ "\tsubl $12, %esp\n" // keep stack 16 aligned; see #295428
/* call _start_in_C_darwin, passing it the startup %esp */
"\tpushl %eax\n"
"\tcall __start_in_C_darwin\n"
|