Skip to content

Commit 496c75f

Browse files
committed
tidying
1 parent dfcba8b commit 496c75f

File tree

2 files changed

+2
-57
lines changed

2 files changed

+2
-57
lines changed

src/testing/testing_tamago_riscv64.go src/testing/testing_tamago.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
//go:build tamago && riscv64
5+
//go:build tamago && (arm || riscv64)
66

77
package testing
88

@@ -20,7 +20,7 @@ var ramSize uint64 = 0x20000000 // 512MB
2020
//go:linkname ramStackOffset runtime.ramStackOffset
2121
var ramStackOffset uint64 = 0x100
2222

23-
// defined in testing_tamago_riscv64.s
23+
// defined in testing_tamago_*.s
2424
func sys_exit(code int32)
2525
func sys_write(c *byte)
2626
func sys_clock_gettime() (ns int64)

src/testing/testing_tamago_arm.go

-55
This file was deleted.

0 commit comments

Comments
 (0)