Vhex-kernel/src/kernel/syscall/test.S

8 lines
53 B
ArmAsm
Raw Normal View History

2020-01-01 14:19:18 +01:00
.global _dtest
.align 2
_dtest:
trapa #0
rts
nop