blob: 4cad2897fd91ce959a549e5b3a35e14a7403aa20 [file] [log] [blame]
// Copyright 2020 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.
#ifndef V8_DIAGNOSTICS_UNWINDER_H_
#define V8_DIAGNOSTICS_UNWINDER_H_
#include "include/v8.h"
#include "src/common/globals.h"
namespace v8 {
i::Address Load(i::Address address);
} // namespace v8
#endif // V8_DIAGNOSTICS_UNWINDER_H_