mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 15:03:41 +00:00
WIP mips
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ func (b *builder) supportsRecover() bool {
|
||||
// proposal of WebAssembly:
|
||||
// https://github.com/WebAssembly/exception-handling
|
||||
return false
|
||||
case "riscv64", "xtensa":
|
||||
case "riscv64", "xtensa", "mips":
|
||||
// TODO: add support for these architectures
|
||||
return false
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user