diff options
Diffstat (limited to 'runtime/runtime.cc')
| -rw-r--r-- | runtime/runtime.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/runtime.cc b/runtime/runtime.cc index a16bde3469..e2c30d619c 100644 --- a/runtime/runtime.cc +++ b/runtime/runtime.cc @@ -2450,8 +2450,8 @@ void Runtime::DumpDeoptimizations(std::ostream& os) { } } -std::optional<uint64_t> Runtime::SiqQuitNanoTime() const { - return signal_catcher_ != nullptr ? signal_catcher_->SiqQuitNanoTime() : std::nullopt; +std::optional<uint64_t> Runtime::SigQuitNanoTime() const { + return signal_catcher_ != nullptr ? signal_catcher_->SigQuitNanoTime() : std::nullopt; } void Runtime::DumpForSigQuit(std::ostream& os) { |