We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5798623 commit bdcda72Copy full SHA for bdcda72
src/base/platform/platform.h
@@ -47,7 +47,7 @@
47
// And, intrin.h is a very expensive header that we want to avoid here, and
48
// the cheaper intrin0.h is not available for all build configurations. That is
49
// why we declare this intrinsic.
50
-unsigned long __readfsdword(unsigned long); // NOLINT(runtime/int)
+extern "C" unsigned long __readfsdword(unsigned long); // NOLINT(runtime/int)
51
#endif // V8_CC_MSVC && V8_HOST_ARCH_IA32
52
#endif // V8_NO_FAST_TLS
53
0 commit comments