Initial revision
This commit is contained in:
7
lib/syscall/sync.s
Executable file
7
lib/syscall/sync.s
Executable file
@@ -0,0 +1,7 @@
|
||||
.sect .text
|
||||
.extern __sync
|
||||
.define _sync
|
||||
.align 2
|
||||
|
||||
_sync:
|
||||
jmp __sync
|
||||
Reference in New Issue
Block a user