Implement syslog (#136)

This commit is contained in:
fabriziobertocci
2021-04-01 22:32:39 -04:00
committed by GitHub
parent 83abd68029
commit 6682013d12
50 changed files with 535 additions and 89 deletions

View File

@@ -1,2 +1,12 @@
.include "o/libc/nt/codegen.inc"
.imp advapi32,__imp_RegisterEventSourceA,RegisterEventSourceA,1686
.text.windows
RegisterEventSourceA:
push %rbp
mov %rsp,%rbp
.profilable
mov __imp_RegisterEventSourceA(%rip),%rax
jmp __sysv2nt
.endfn RegisterEventSourceA,globl
.previous