$OpenBSD: patch-Source_JavaScriptCore_llint_LLIntOfflineAsmConfig_h,v 1.3 2014/09/28 06:52:14 ajacoutot Exp $

https://bug-103128-attachments.webkit.org/attachment.cgi?id=202651

--- Source/JavaScriptCore/llint/LLIntOfflineAsmConfig.h.orig	Tue Jan 21 15:06:51 2014
+++ Source/JavaScriptCore/llint/LLIntOfflineAsmConfig.h	Fri Feb 14 20:41:39 2014
@@ -154,4 +154,10 @@
 #define OFFLINE_ASM_GGC 0
 #endif
 
+#if CPU(PPC)
+#define OFFLINE_ASM_FOUR_BYTE_BOOL 1
+#else
+#define OFFLINE_ASM_FOUR_BYTE_BOOL 0
+#endif
+
 #endif // LLIntOfflineAsmConfig_h
