Fix unix unwind info
authorSergey Andreenko <seandree@microsoft.com>
Thu, 8 Dec 2016 22:42:56 +0000 (14:42 -0800)
committerSergey Andreenko <seandree@microsoft.com>
Thu, 8 Dec 2016 23:59:26 +0000 (15:59 -0800)
commitacb41fc058bc528299d4c76796c8b05bec88de3c
treed17c2f7ab2218f85f9356a80c9055e483c4189b6
parentc552b65f15ecada86bf6bffdad08d321d50dedc3
Fix unix unwind info

Windows uses offset from stack pointer, when unix has to use offset from
caninical frame address,

Commit migrated from https://github.com/dotnet/coreclr/commit/26880afb0a4d8aaa7dd40d864b77b98602b6c981
src/coreclr/src/jit/unwindamd64.cpp