comex d334a9bc23 Fix stack misalignment issues.
- Call ABI_AlignStack even on x86-64.

- Have ABI_AlignStack respect the difference in current alignment
  between the root JIT function, which has a prolog, and
  ProtectFunction thunks, which do not.  This was causing many games
  to crash on start on OS X.  Since this might otherwise mean changing
  the stack pointer before every call...

- Have one prolog/epilog function rather than two (one of which
  definitely did not do what it was thought to do), and make it
  actually work like a normal one, so that the stack frame shows up
  properly in the debugger.  There should be no performance impact.
2013-09-20 16:46:48 -04:00
..
2013-08-28 01:07:43 +12:00
2013-04-24 00:48:00 +12:00
2013-08-15 20:47:47 +12:00
2013-09-02 04:10:21 -05:00
2013-08-28 00:57:08 +12:00
2013-09-01 23:33:35 -04:00
2013-08-29 16:30:32 -04:00
2013-09-20 16:46:48 -04:00
2013-09-20 16:46:48 -04:00
2013-09-20 16:46:48 -04:00