Fix ARM64 build breakage (dotnet/coreclr#6819)
authorPeter Jas <necmon@yahoo.com>
Sat, 20 Aug 2016 07:05:50 +0000 (10:05 +0300)
committerJan Kotas <jkotas@microsoft.com>
Sat, 20 Aug 2016 07:05:50 +0000 (00:05 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/fcb97bac543cc65c7f727be2440837fff9b1a6e6

src/coreclr/src/vm/arm64/stubs.cpp

index 6c5e1b6..e95bb0d 100644 (file)
@@ -330,7 +330,7 @@ void LazyMachState::unwindLazyState(LazyMachState* baseState,
             DacError(hr);
         }
 #else // DACCESS_COMPILE
-        BOOL success = PAL_VirtualUnwind(&ctx, &nonVolContextPtrs);
+        BOOL success = PAL_VirtualUnwind(&context, &nonVolContextPtrs);
         if (!success)
         {
             _ASSERTE(!"unwindLazyState: Unwinding failed");