Convert library asm files to GAS syntax
This commit is contained in:
7
lib/libc/syscall/vm_getphys.S
Normal file
7
lib/libc/syscall/vm_getphys.S
Normal file
@@ -0,0 +1,7 @@
|
||||
.text
|
||||
.extern __vm_getphys
|
||||
.globl _vm_getphys
|
||||
.balign 2
|
||||
|
||||
_vm_getphys:
|
||||
jmp __vm_getphys
|
||||
Reference in New Issue
Block a user