Skip to content

Commit 2395cfa

Browse files
authored
Merge pull request #283 from Ghost-LZW/fix_unknown_system_build
Support Unknown System build with `BACKWARD_SYSTEM_UNKNOWN=1` in user take stack trace case.
2 parents dc8b8c7 + bbe537f commit 2395cfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backward.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,7 @@ template <typename TAG> class StackTraceImpl {
727727
}
728728
size_t thread_id() const { return 0; }
729729
void skip_n_firsts(size_t) {}
730+
void *const *begin() const { return nullptr; }
730731
};
731732

732733
class StackTraceImplBase {

0 commit comments

Comments
 (0)