diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/zap/zapcode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zap/zapcode.cpp b/src/zap/zapcode.cpp index adad361de0..167c0ed912 100644 --- a/src/zap/zapcode.cpp +++ b/src/zap/zapcode.cpp @@ -1130,7 +1130,7 @@ void ZapUnwindInfo::Save(ZapWriter * pZapWriter) pZapWriter->Write(&runtimeFunction, sizeof(runtimeFunction)); } -#ifdef WIN64EXCEPTIONS +#if defined(WIN64EXCEPTIONS) && !defined(_TARGET_X86_) // Compare the unwind infos by their offset int __cdecl ZapUnwindInfo::CompareUnwindInfo(const void* a_, const void* b_) { |