Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
windows:mingw:win64
mingw64-webkitgtk3
webkitgtk-2.4.3-gcc-asm.all.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File webkitgtk-2.4.3-gcc-asm.all.patch of Package mingw64-webkitgtk3
--- a/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp +++ b/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp @@ -487,7 +487,12 @@ JSValue CLoop::execute(CallFrame* callFrame, Opcode entryOpcode, bool isInitiali rBasePC.vp = codeBlock->instructions().begin(); #endif // USE(JSVALUE64) +#if ENABLE(COMPUTED_GOTO_OPCODES) goto llint_generic_return_point; +#else + /* (most probably) causes null pointer dereference: + * NEXT_INSTRUCTION(); */ +#endif } // END doReturnHelper. --- a/Source/WTF/wtf/Platform.h +++ b/Source/WTF/wtf/Platform.h @@ -794,7 +794,7 @@ #endif /* Configure the interpreter */ -#if COMPILER(GCC) +#if COMPILER(GCC) && !OS(WINDOWS) #define HAVE_COMPUTED_GOTO 1 #endif
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor