We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 807b68b commit 150d816Copy full SHA for 150d816
common.gypi
@@ -36,7 +36,7 @@
36
37
# Reset this number to 0 on major V8 upgrades.
38
# Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string': '-node.8',
+ 'v8_embedder_string': '-node.9',
40
41
##### V8 defaults for Node.js #####
42
deps/v8/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