summaryrefslogtreecommitdiff
path: root/deps/v8/src/execution/mips64/simulator-mips64.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/execution/mips64/simulator-mips64.cc')
-rw-r--r--deps/v8/src/execution/mips64/simulator-mips64.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/execution/mips64/simulator-mips64.cc b/deps/v8/src/execution/mips64/simulator-mips64.cc
index 198022b3a4..2ab945f88d 100644
--- a/deps/v8/src/execution/mips64/simulator-mips64.cc
+++ b/deps/v8/src/execution/mips64/simulator-mips64.cc
@@ -64,7 +64,7 @@ static int64_t MultiplyHighSigned(int64_t u, int64_t v) {
// SScanF not being implemented in a platform independent was through
// ::v8::internal::OS in the same way as SNPrintF is that the Windows C Run-Time
// Library does not provide vsscanf.
-#define SScanF sscanf // NOLINT
+#define SScanF sscanf
// The MipsDebugger class is used by the simulator while debugging simulated
// code.