Summary: | Fix the ARM traditional build after jsCStack branch merge | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Blocker | CC: | jbriance, ossy, p.jacquemart, rgabor |
Priority: | P1 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 108645, 127763 |
Description
Csaba Osztrogonác
2014-01-29 14:28:46 PST
build log: /home/webkitbuildbot/slaves/efl-ARMv7-traditional-build/buildslave/efl-armv7-traditional-build/build/Source/JavaScriptCore/jit/AssemblyHelpers.h: In member function 'void JSC::AssemblyHelpers::emitFunctionPrologue()': /home/webkitbuildbot/slaves/efl-ARMv7-traditional-build/buildslave/efl-armv7-traditional-build/build/Source/JavaScriptCore/jit/AssemblyHelpers.h:116:52: error: 'pushPair' was not declared in this scope /home/webkitbuildbot/slaves/efl-ARMv7-traditional-build/buildslave/efl-armv7-traditional-build/build/Source/JavaScriptCore/jit/AssemblyHelpers.h: In member function 'void JSC::AssemblyHelpers::emitFunctionEpilogue()': /home/webkitbuildbot/slaves/efl-ARMv7-traditional-build/buildslave/efl-armv7-traditional-build/build/Source/JavaScriptCore/jit/AssemblyHelpers.h:123:51: error: 'popPair' was not declared in this scope Seems there is a duplicate here https://bugs.webkit.org/show_bug.cgi?id=127904 (In reply to comment #2) > Seems there is a duplicate here https://bugs.webkit.org/show_bug.cgi?id=127904 Thanks for noticing it. *** This bug has been marked as a duplicate of bug 127904 *** |