File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -9727,12 +9727,6 @@ void CordbProcess::MarshalManagedEvent(DebuggerIPCEvent * pManagedEvent)
9727
9727
// The event still needs to be Marshaled before being used. (see code:CordbProcess::MarshalManagedEvent)
9728
9728
//
9729
9729
//---------------------------------------------------------------------------------------
9730
- #if defined(_MSC_VER) && defined(TARGET_ARM)
9731
- // This is a temporary workaround for an ARM specific MS C++ compiler bug (internal LKG build 18.1).
9732
- // Branch < if (ptrRemoteManagedEvent == NULL) > was always taken and the function always returned false.
9733
- // TODO: It should be removed once the bug is fixed.
9734
- #pragma optimize("", off)
9735
- #endif
9736
9730
bool CordbProcess::CopyManagedEventFromTarget(
9737
9731
const EXCEPTION_RECORD * pRecord,
9738
9732
DebuggerIPCEvent * pLocalManagedEvent)
@@ -9779,9 +9773,6 @@ bool CordbProcess::CopyManagedEventFromTarget(
9779
9773
9780
9774
return true;
9781
9775
}
9782
- #if defined(_MSC_VER) && defined(TARGET_ARM)
9783
- #pragma optimize("", on)
9784
- #endif
9785
9776
9786
9777
//---------------------------------------------------------------------------------------
9787
9778
// EnsureClrInstanceIdSet - Ensure we have a CLR Instance ID to debug
You can’t perform that action at this time.
0 commit comments