diff options
author | Landry Breuil <landry@rhaalovely.net> | 2014-03-07 12:30:57 +0100 |
---|---|---|
committer | Landry Breuil <landry@rhaalovely.net> | 2014-03-07 12:30:57 +0100 |
commit | 14842b32b65c6ff3f93427d5762041acf17c77f4 (patch) | |
tree | ead979553fcc09bd0c3052188fa0e0c3f313fa03 /patches/patch-Source_JavaScriptCore_llint_LLIntOfflineAsmConfig_h |
Initial import of webkit 2.2.4 port
Diffstat (limited to 'patches/patch-Source_JavaScriptCore_llint_LLIntOfflineAsmConfig_h')
-rw-r--r-- | patches/patch-Source_JavaScriptCore_llint_LLIntOfflineAsmConfig_h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/patches/patch-Source_JavaScriptCore_llint_LLIntOfflineAsmConfig_h b/patches/patch-Source_JavaScriptCore_llint_LLIntOfflineAsmConfig_h new file mode 100644 index 0000000..c9f6298 --- /dev/null +++ b/patches/patch-Source_JavaScriptCore_llint_LLIntOfflineAsmConfig_h @@ -0,0 +1,15 @@ +$OpenBSD: patch-Source_JavaScriptCore_llint_LLIntOfflineAsmConfig_h,v 1.1 2013/10/06 14:23:04 landry Exp $ +https://bug-103128-attachments.webkit.org/attachment.cgi?id=202651 +--- Source/JavaScriptCore/llint/LLIntOfflineAsmConfig.h.orig Sun Oct 6 14:46:31 2013 ++++ Source/JavaScriptCore/llint/LLIntOfflineAsmConfig.h Sun Oct 6 14:47:41 2013 +@@ -153,4 +153,10 @@ + #endif + #endif + ++#if CPU(PPC) ++#define OFFLINE_ASM_FOUR_BYTE_BOOL 1 ++#else ++#define OFFLINE_ASM_FOUR_BYTE_BOOL 0 ++#endif ++ + #endif // LLIntOfflineAsmConfig_h |