K 10 svn:author V 5 peter K 8 svn:date V 27 2003-12-03T06:54:40.000000Z K 7 svn:log V 365 For the amd64 we need to do some extra stack alignment fixups. Otherwise we can end up with some threads with a non-16-byte-aligned stack. This causes some interesting side effects, including general protection faults leading to a SIGBUS when doing floating point or varargs. This should be just a verbose NOP for the other platforms. Approved by: re (scottl) END