diff options
author | Ben Pye <ben@curlybracket.co.uk> | 2015-09-16 23:38:18 +0000 |
---|---|---|
committer | Ben Pye <ben@curlybracket.co.uk> | 2015-09-16 23:38:18 +0000 |
commit | c893bf0699c81d7ea9ca9d37543eb5339d64d116 (patch) | |
tree | bbe9a07f5d1ad60866636f4024c08d1cf775d5e6 /src/pal/src/exception/seh-unwind.cpp | |
parent | 059b6592a9bc1390a982f34a4a693a1159d7bd97 (diff) | |
download | coreclr-c893bf0699c81d7ea9ca9d37543eb5339d64d116.tar.gz coreclr-c893bf0699c81d7ea9ca9d37543eb5339d64d116.tar.bz2 coreclr-c893bf0699c81d7ea9ca9d37543eb5339d64d116.zip |
Fix ARM build regression
Diffstat (limited to 'src/pal/src/exception/seh-unwind.cpp')
-rw-r--r-- | src/pal/src/exception/seh-unwind.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pal/src/exception/seh-unwind.cpp b/src/pal/src/exception/seh-unwind.cpp index cf899f7f7f..7a0a81fa3f 100644 --- a/src/pal/src/exception/seh-unwind.cpp +++ b/src/pal/src/exception/seh-unwind.cpp @@ -323,7 +323,8 @@ BOOL PAL_VirtualUnwind(CONTEXT *context, KNONVOLATILE_CONTEXT_POINTERS *contextP #error don't know how to unwind on this platform #endif - +// These methods are only used on the AMD64 build +#ifdef _AMD64_ #ifdef __LINUX__ @@ -539,6 +540,7 @@ BOOL PAL_VirtualUnwindOutOfProc(CONTEXT *context, } #endif // !__LINUX__ +#endif // _AMD64_ /*++ Function: |