You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: src/vm/i386/profiler.cpp
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@
15
15
#ifdef PROFILING_SUPPORTED
16
16
#include"proftoeeinterfaceimpl.h"
17
17
18
+
#pragma warning(disable:4644) // usage of the macro-based offsetof pattern in constant expressions is non-standard; use offsetof defined in the C++ standard library instead
19
+
18
20
//
19
21
// The following structure is the format on x86 builds of the data
20
22
// being passed in plaformSpecificHandle for ProfileEnter/Leave/Tailcall
0 commit comments