Renamed arm64 to arm

This commit is contained in:
Eduard Urbach 2025-02-07 11:38:21 +01:00
parent 05f6a015dc
commit 8fe663ece1
Signed by: eduard
GPG key ID: 49226B848C78F6C8
4 changed files with 15 additions and 15 deletions

12
src/arm/Registers_test.go Normal file
View file

@ -0,0 +1,12 @@
package arm_test
import (
"testing"
"git.akyoto.dev/cli/q/src/arm"
"git.akyoto.dev/go/assert"
)
func TestRegisters(t *testing.T) {
assert.NotNil(t, arm.SyscallInputRegisters)
}