We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfcba8b commit 496c75fCopy full SHA for 496c75f
src/testing/testing_tamago_riscv64.go src/testing/testing_tamago.go
@@ -2,7 +2,7 @@
2
// Use of this source code is governed by a BSD-style
3
// license that can be found in the LICENSE file.
4
5
-//go:build tamago && riscv64
+//go:build tamago && (arm || riscv64)
6
7
package testing
8
@@ -20,7 +20,7 @@ var ramSize uint64 = 0x20000000 // 512MB
20
//go:linkname ramStackOffset runtime.ramStackOffset
21
var ramStackOffset uint64 = 0x100
22
23
-// defined in testing_tamago_riscv64.s
+// defined in testing_tamago_*.s
24
func sys_exit(code int32)
25
func sys_write(c *byte)
26
func sys_clock_gettime() (ns int64)
src/testing/testing_tamago_arm.go
0 commit comments