Index: src/arm/lithium-arm.cc |
diff --git a/src/arm/lithium-arm.cc b/src/arm/lithium-arm.cc |
index 82de5d3e186b0601eae6b344bcb7daf88b559712..598d4a3dbfb2e011022b6a84240d03d2ad23f823 100644 |
--- a/src/arm/lithium-arm.cc |
+++ b/src/arm/lithium-arm.cc |
@@ -1797,6 +1797,12 @@ LInstruction* LChunkBuilder::DoStoreKeyedFastElement( |
} |
+LInstruction* LChunkBuilder::DoStorePixelArrayElement( |
+ HStorePixelArrayElement* instr) { |
+ Abort("DoStorePixelArrayElement not implemented"); |
+} |
+ |
+ |
LInstruction* LChunkBuilder::DoStoreKeyedGeneric(HStoreKeyedGeneric* instr) { |
LOperand* obj = UseFixed(instr->object(), r2); |
LOperand* key = UseFixed(instr->key(), r1); |