Index: src/compiler/mips64/instruction-selector-mips64.cc |
diff --git a/src/compiler/mips64/instruction-selector-mips64.cc b/src/compiler/mips64/instruction-selector-mips64.cc |
index b58c89eb9702cf68c87ef41cae78e52d9df0b366..b03da4d8ab0434c14a3fcc2feca1149c72583839 100644 |
--- a/src/compiler/mips64/instruction-selector-mips64.cc |
+++ b/src/compiler/mips64/instruction-selector-mips64.cc |
@@ -199,6 +199,10 @@ void InstructionSelector::VisitLoad(Node* node) { |
EmitLoad(this, node, opcode); |
} |
+void InstructionSelector::VisitProtectedLoad(Node* node) { |
+ // TODO(eholk) |
+ UNIMPLEMENTED(); |
+} |
void InstructionSelector::VisitStore(Node* node) { |
Mips64OperandGenerator g(this); |