aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/backtrace/cursors/frame_pointer/frame_pointer_cursor.h
blob: fc2baae654699e37dac480247c37923b5b04a1ca (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef __x86_64__
    #include "frame_pointer_cursor_x86_64.h"
#else
    #include "frame_pointer_cursor_dummy.h"
#endif