* darwin_stop_world.c: Also push ebp when pushing all stacks on Leopard
and pre-Leopard.
svn path=/trunk/mono/; revision=88880
+2007-11-05 Geoff Norton <gnorton@novell.com>
+
+ * darwin_stop_world.c: Also push ebp when pushing all stacks on Leopard
+ and pre-Leopard.
+
2007-11-01 Geoff Norton <gnorton@novell.com>
* darwin_stop_world.c: Handle Leopards renaming of some structure
GC_push_one(info.__edx);
GC_push_one(info.__edi);
GC_push_one(info.__esi);
- /* GC_push_one(info.__ebp); */
+ GC_push_one(info.__ebp);
/* GC_push_one(info.__esp); */
GC_push_one(info.__ss);
GC_push_one(info.__eip);
GC_push_one(info.edx);
GC_push_one(info.edi);
GC_push_one(info.esi);
- /* GC_push_one(info.ebp); */
+ GC_push_one(info.ebp);
/* GC_push_one(info.esp); */
GC_push_one(info.ss);
GC_push_one(info.eip);