Simplified register names

This commit is contained in:
Eduard Urbach 2025-04-17 14:16:00 +02:00
parent f3f3ccc95f
commit 487c7fb3a6
Signed by: eduard
GPG key ID: 49226B848C78F6C8
33 changed files with 922 additions and 930 deletions

View file

@ -8,5 +8,5 @@ import (
)
func TestRegisters(t *testing.T) {
assert.NotNil(t, arm.SyscallInputRegisters)
assert.NotContains(t, arm.CPU.General, arm.SP)
}