Temporarily disable DoStoreContextSlot in x64 lithium codegen to diagnose non-reproducible buildbot error. Fix presubmit error.
Review URL: http://codereview.chromium.org/6572002 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6915 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
c61ac2cd84
commit
0d067b56c7
@ -1710,6 +1710,7 @@ LInstruction* LChunkBuilder::DoLoadContextSlot(HLoadContextSlot* instr) {
|
||||
|
||||
|
||||
LInstruction* LChunkBuilder::DoStoreContextSlot(HStoreContextSlot* instr) {
|
||||
Abort("Unimplemented: DoStoreContextSlot"); // Temporarily disabled (whesse).
|
||||
LOperand* context;
|
||||
LOperand* value;
|
||||
if (instr->NeedsWriteBarrier()) {
|
||||
|
Loading…
Reference in New Issue
Block a user