WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
[patch]
Patch for bug 33902
PatchFor33902.patch (text/plain), 436 bytes, created by
Lyon Chen
on 2010-01-20 08:03:26 PST
(
hide
)
Description:
Patch for bug 33902
Filename:
MIME Type:
Creator:
Lyon Chen
Created:
2010-01-20 08:03:26 PST
Size:
436 bytes
patch
obsolete
>Index: JavaScriptCore/bytecode/Opcode.h >=================================================================== >--- JavaScriptCore/bytecode/Opcode.h (revision 53547) >+++ JavaScriptCore/bytecode/Opcode.h (working copy) >@@ -196,7 +196,11 @@ > #undef VERIFY_OPCODE_ID > > #if HAVE(COMPUTED_GOTO) >+#if COMPILER(RVCT) >+ typedef void* Opcode; >+#else > typedef const void* Opcode; >+#endif > #else > typedef OpcodeID Opcode; > #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
darin
:
review-
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 33902
:
47035
|
47128
|
47131