Apples assembler requires .cfi_startproc after the symbols
authorGeoff Norton <grompf@gmail.com>
Sat, 28 Feb 2015 19:17:15 +0000 (11:17 -0800)
committerGeoff Norton <grompf@gmail.com>
Sat, 28 Feb 2015 19:17:15 +0000 (11:17 -0800)
commit2b844e616cfe777c3a199217a9e50d4f1fe704aa
tree4c34befd1f56ccb3a892cf5f723a3730ad5c9a7b
parent22aeaa1109dff3a042b6f059af865ffd545ebe0e
Apples assembler requires .cfi_startproc after the symbols

Release builds were currently not working on OSX due to the order
of .cfi_startproc and the symbol.  Move .cfi_* after the symbol
src/vm/amd64/unixasmmacros.inc