diff options
author | Ayke van Laethem <[email protected]> | 2020-04-05 18:08:58 +0200 |
---|---|---|
committer | Ayke <[email protected]> | 2020-04-07 16:17:10 +0200 |
commit | 8333c171f4a2ec8570a93587e61e1adf65ec04bc (patch) | |
tree | 93bc89c702fa932e208cf0f4b6ed1c156f5b2d61 /src/runtime | |
parent | b8f5627c9f54e7b520806cc4e8fcf98fca41fe62 (diff) | |
download | tinygo-8333c171f4a2ec8570a93587e61e1adf65ec04bc.tar.gz tinygo-8333c171f4a2ec8570a93587e61e1adf65ec04bc.zip |
hifive1-qemu: fix compile error and add smoke test
This probably got broken with this PR:
https://github.com/tinygo-org/tinygo/pull/976
Diffstat (limited to 'src/runtime')
-rw-r--r-- | src/runtime/runtime_tinygoriscv_qemu.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/runtime_tinygoriscv_qemu.go b/src/runtime/runtime_tinygoriscv_qemu.go index d75278413..1155d553e 100644 --- a/src/runtime/runtime_tinygoriscv_qemu.go +++ b/src/runtime/runtime_tinygoriscv_qemu.go @@ -1,4 +1,4 @@ -// +build tinygo.riscv,qemu +// +build tinygo.riscv,virt,qemu package runtime |