Skip to content

Commit 8c3132f

Browse files
authored
Merge pull request #100 from iamed2/patch-1
Fix "no method matching start(::Void)" with QemuRunner
2 parents f615f51 + cdd768e commit 8c3132f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/QemuRunner.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ function platform_def_9p_mappings(platform)
5757
sdk_shard_path = joinpath(shards_cache, sdk_version)
5858
push!(mapping, sdk_shard_path => joinpath("/opt", tp, sdk_version))
5959
end
60+
61+
return mapping
6062
end
6163

6264
platform_accelerator() = Compat.Sys.islinux() ? "kvm" : "hvf"

0 commit comments

Comments
 (0)