dfr 62b7d28467 Align the stack to a 16 byte boundary so that we can safely call functions
that use SSE. The compiler does attempt to do this in main() but not very
successfully - it still manages to use unaligned offsets from %ebp in some
cases. Also we need to have an aligned stack in case something uses SSE
via _init().

MFC After: 1 week
2005-05-19 07:36:07 +00:00
..
2005-04-22 18:57:32 +00:00
2005-05-16 09:32:41 +00:00
2005-04-22 18:57:32 +00:00
2005-05-13 20:51:09 +00:00
2005-05-17 17:48:26 +00:00
2005-04-23 02:20:35 +00:00