Index: src/interpreter/interpreter.cc |
diff --git a/src/interpreter/interpreter.cc b/src/interpreter/interpreter.cc |
index 7c8f96a35b7645d60698bb55a2e8ae423a333761..42c43739e7ca8adfe32b1d83d14a505d0a3065ac 100644 |
--- a/src/interpreter/interpreter.cc |
+++ b/src/interpreter/interpreter.cc |
@@ -676,7 +676,7 @@ void Interpreter::DoDiv(InterpreterAssembler* assembler) { |
// |
// Modulo register <src> by accumulator. |
void Interpreter::DoMod(InterpreterAssembler* assembler) { |
- DoBinaryOp(Runtime::kModulus, assembler); |
+ DoBinaryOp(CodeFactory::Modulus(isolate_), assembler); |
} |