9 lines
77 B
ArmAsm
9 lines
77 B
ArmAsm
#include "SYS.h"
|
|
|
|
.globl _unmount
|
|
|
|
SYS_call_1(umount)
|
|
|
|
_unmount:
|
|
b _umount
|