RESOLVED FIXED 124716
[MIPS] Build fails since r159545.
https://bugs.webkit.org/show_bug.cgi?id=124716
Summary [MIPS] Build fails since r159545.
Balazs Kilvady
Reported 2013-11-21 07:20:22 PST
The "memfence" opcode is missing from LLINT and the following implementations are missing from MacroAssemblerMIPS.h since r159545: - void memoryFence() - void store8(RegisterID, const void*)
Attachments
proposed patch. (2.61 KB, patch)
2013-11-21 09:30 PST, Balazs Kilvady
no flags
fixed patch. (2.60 KB, patch)
2013-11-21 09:39 PST, Balazs Kilvady
no flags
Balazs Kilvady
Comment 1 2013-11-21 09:30:32 PST
Created attachment 217576 [details] proposed patch.
Julien Brianceau
Comment 2 2013-11-21 09:34:04 PST
Comment on attachment 217576 [details] proposed patch. View in context: https://bugs.webkit.org/attachment.cgi?id=217576&action=review > Source/JavaScriptCore/assembler/MacroAssemblerMIPS.h:998 > + m_assembler.sb(immTempRegister, addrTempRegister, 0); Why src RegisterID parameter is not used here?
Balazs Kilvady
Comment 3 2013-11-21 09:39:10 PST
Created attachment 217577 [details] fixed patch.
WebKit Commit Bot
Comment 4 2013-11-21 10:29:46 PST
Comment on attachment 217577 [details] fixed patch. Clearing flags on attachment: 217577 Committed r159635: <http://trac.webkit.org/changeset/159635>
WebKit Commit Bot
Comment 5 2013-11-21 10:29:48 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.