View | Details | Raw Unified | Return to bug 237586 | Differences between
and this patch

Collapse All | Expand All

(-)files/patch-deps_v8_src_simulator.h (+11 lines)
Line 0 Link Here
1
--- deps/v8/src/simulator.h.orig	2019-04-26 17:47:06 UTC
2
+++ deps/v8/src/simulator.h
3
@@ -124,7 +124,7 @@ class GeneratedCode {
4
 
5
   DISABLE_CFI_ICALL Return Call(Args... args) {
6
     // When running without a simulator we call the entry directly.
7
-#if V8_OS_AIX
8
+#if V8_TARGET_ARCH_PPC_BE
9
     // AIX ABI requires function descriptors (FD).  Artificially create a pseudo
10
     // FD to ensure correct dispatch to generated code.  The 'volatile'
11
     // declaration is required to avoid the compiler from not observing the

Return to bug 237586