Skip to content
Snippets Groups Projects
Commit 59bf75ca authored by Vitaly Buka's avatar Vitaly Buka
Browse files

NFC: add namespace {}

llvm-svn: 373528
parent 505d7f31
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,8 @@
namespace __sanitizer {
namespace {
//---------------------------- UnwindSlow --------------------------------------
typedef struct {
......@@ -119,6 +121,8 @@ _Unwind_Reason_Code Unwind_Trace(struct _Unwind_Context *ctx, void *param) {
return UNWIND_CONTINUE;
}
} // namespace
void BufferedStackTrace::UnwindSlow(uptr pc, u32 max_depth) {
CHECK_GE(max_depth, 2);
size = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment