13 lines
315 B
Text
13 lines
315 B
Text
|
Index: v8/src/diagnostics/perf-jit.h
|
||
|
--- v8/src/diagnostics/perf-jit.h.orig
|
||
|
+++ v8/src/diagnostics/perf-jit.h
|
||
|
@@ -31,7 +31,7 @@
|
||
|
#include "include/v8config.h"
|
||
|
|
||
|
// {LinuxPerfJitLogger} is only implemented on Linux.
|
||
|
-#if V8_OS_LINUX
|
||
|
+#if defined(V8_OS_LINUX) || defined(V8_OS_BSD)
|
||
|
|
||
|
#include "src/logging/log.h"
|
||
|
|