upstream for bug #691898, fixing build on powerpc (and other non yarr-jit archs..), see https://hg.mozilla.org/mozilla-central/rev/f5a3a7b9c6b0
15 lines
462 B
Plaintext
15 lines
462 B
Plaintext
$OpenBSD: patch-js_src_yarr_wtfbridge_h,v 1.2 2012/05/09 20:36:40 landry Exp $
|
|
https://hg.mozilla.org/mozilla-central/rev/f5a3a7b9c6b0
|
|
--- js/src/yarr/wtfbridge.h.orig Wed Jan 11 18:14:49 2012
|
|
+++ js/src/yarr/wtfbridge.h Mon Jan 16 17:07:48 2012
|
|
@@ -49,9 +49,7 @@
|
|
#include "jsprvtd.h"
|
|
#include "vm/String.h"
|
|
#include "assembler/wtf/Platform.h"
|
|
-#if ENABLE_YARR_JIT
|
|
#include "assembler/jit/ExecutableAllocator.h"
|
|
-#endif
|
|
|
|
namespace JSC { namespace Yarr {
|
|
|