There was an error while loading. Please reload this page.
1 parent 99df98b commit 371a45dCopy full SHA for 371a45d
1 file changed
vlib/builtin/backtraces.c.v
@@ -10,6 +10,8 @@ pub fn print_backtrace() {
10
$if !no_backtrace ? {
11
$if freestanding {
12
println(bare_backtrace())
13
+ } $else $if tinyc {
14
+ C.tcc_backtrace(c'Backtrace')
15
} $else $if use_libbacktrace ? {
16
$if openbsd {
17
print_backtrace_skipping_top_frames(2)
0 commit comments