mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 23:08:31 +00:00
Get life.com in MODE=tiny back down to 12kb
This commit is contained in:
parent
23b72eb617
commit
b90fa996b4
14 changed files with 199 additions and 72 deletions
|
@ -1,2 +1,12 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp kernel32,__imp_MapViewOfFileEx,MapViewOfFileEx,0
|
||||
|
||||
.text.windows
|
||||
__MapViewOfFileEx:
|
||||
push %rbp
|
||||
mov %rsp,%rbp
|
||||
.profilable
|
||||
mov __imp_MapViewOfFileEx(%rip),%rax
|
||||
jmp __sysv2nt6
|
||||
.endfn __MapViewOfFileEx,globl
|
||||
.previous
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue