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

8 lines
53 B
ArmAsm

.global _dtest
.align 2
_dtest:
trapa #0
rts
nop