cgen: fix VUNREACHABLE on freebsd/tcc

This commit is contained in:
Alexander Medvednikov 2021-07-25 16:29:05 +03:00
parent ab20b8c53a
commit e246ed9818
2 changed files with 4 additions and 0 deletions

View file

@ -116,6 +116,7 @@ fn exec(s string) string {
fn measure(cmd string, description string) int {
println(' Measuring $description')
println(' Warming up...')
println(cmd)
for _ in 0 .. 3 {
exec(cmd)
}