Initial import
This commit is contained in:
12
libc/nt/advapi32/RegDeleteKeyW.s
Normal file
12
libc/nt/advapi32/RegDeleteKeyW.s
Normal file
@@ -0,0 +1,12 @@
|
||||
.include "o/libc/nt/codegen.inc"
|
||||
.imp advapi32,__imp_RegDeleteKeyW,RegDeleteKeyW,1624
|
||||
|
||||
.text.windows
|
||||
RegDeleteKey:
|
||||
push %rbp
|
||||
mov %rsp,%rbp
|
||||
.profilable
|
||||
mov __imp_RegDeleteKeyW(%rip),%rax
|
||||
jmp __sysv2nt
|
||||
.endfn RegDeleteKey,globl
|
||||
.previous
|
||||
Reference in New Issue
Block a user