summaryrefslogtreecommitdiff
path: root/deps/v8/src/diagnostics/riscv64/unwinder-riscv64.cc
blob: 84d2e41cfc8d9ea6f6dd958555e299064cb2505c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright 2021 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "src/diagnostics/unwinder.h"

namespace v8 {

struct RegisterState;

void GetCalleeSavedRegistersFromEntryFrame(void* fp,
                                           RegisterState* register_state) {}

}  // namespace v8