File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
deps/v8/src/base/platform Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 36
36
37
37
# Reset this number to 0 on major V8 upgrades.
38
38
# Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string' : '-node.8 ' ,
39
+ 'v8_embedder_string' : '-node.9 ' ,
40
40
41
41
##### V8 defaults for Node.js #####
42
42
Original file line number Diff line number Diff line change 47
47
// And, intrin.h is a very expensive header that we want to avoid here, and
48
48
// the cheaper intrin0.h is not available for all build configurations. That is
49
49
// why we declare this intrinsic.
50
- unsigned long __readfsdword (unsigned long ); // NOLINT(runtime/int)
50
+ extern " C " unsigned long __readfsdword (unsigned long ); // NOLINT(runtime/int)
51
51
#endif // V8_CC_MSVC && V8_HOST_ARCH_IA32
52
52
#endif // V8_NO_FAST_TLS
53
53
You can’t perform that action at this time.
0 commit comments