mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Ah, the joys of applying patches by hand. Redo r12424 but get the
patch in the right place this time. re #295428. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12425
This commit is contained in:
parent
08aacc2598
commit
95808ccd1a
@ -2840,9 +2840,9 @@ asm("\n"
|
||||
"\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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user