builtin: fix `-d no_backtrace` error with tcc

pull/10848/head
Delyan Angelov 2021-07-17 18:09:16 +03:00
parent 568aa742b2
commit ee9e91b8e7
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 1 deletions

View File

@ -33,9 +33,9 @@ fn print_backtrace_skipping_top_frames(xskipframes int) bool {
return print_backtrace_skipping_top_frames_linux(skipframes)
} $else {
println('print_backtrace_skipping_top_frames is not implemented. skipframes: $skipframes')
return false
}
}
return false
}
// the functions below are not called outside this file,