Skip to content

Commit

Permalink
tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisani committed Sep 13, 2024
1 parent dfcba8b commit 496c75f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:build tamago && riscv64
//go:build tamago && (arm || riscv64)

package testing

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

// defined in testing_tamago_riscv64.s
// defined in testing_tamago_*.s
func sys_exit(code int32)
func sys_write(c *byte)
func sys_clock_gettime() (ns int64)
Expand Down
55 changes: 0 additions & 55 deletions src/testing/testing_tamago_arm.go

This file was deleted.

0 comments on commit 496c75f

Please sign in to comment.