mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-26 04:20:30 +00:00
Use unsigned leb128 for magnums
This commit is contained in:
parent
edd9297eba
commit
cdc54ea1fd
931 changed files with 1989 additions and 1983 deletions
|
@ -19,13 +19,13 @@
|
|||
#include "libc/macros.h"
|
||||
#include "libc/notice.inc"
|
||||
|
||||
.initbss 300,_init_g_argv
|
||||
g_argv: .quad 0
|
||||
.endobj g_argv,globl,hidden
|
||||
.initbss 300,_init___argv
|
||||
/ Global variable holding _start(argv) parameter.
|
||||
__argv: .quad 0
|
||||
.endobj __argv,globl
|
||||
.previous
|
||||
|
||||
.init.start 300,_init_g_argv
|
||||
.init.start 300,_init___argv
|
||||
mov %r13,%rax
|
||||
stosq
|
||||
.init.end 300,_init_g_argv
|
||||
.source __FILE__
|
||||
.init.end 300,_init___argv
|
||||
|
|
|
@ -17,14 +17,15 @@
|
|||
│ PERFORMANCE OF THIS SOFTWARE. │
|
||||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
#include "libc/macros.h"
|
||||
#include "libc/notice.inc"
|
||||
|
||||
.initbss 300,_init_g_auxv
|
||||
g_auxv: .quad 0
|
||||
.endobj g_auxv,globl,hidden
|
||||
.initbss 300,_init___auxv
|
||||
/ Global variable holding _start(auxv) parameter.
|
||||
__auxv: .quad 0
|
||||
.endobj __auxv,globl
|
||||
.previous
|
||||
|
||||
.init.start 300,_init_g_auxv
|
||||
.init.start 300,_init___auxv
|
||||
mov %r15,%rax
|
||||
stosq
|
||||
.init.end 300,_init_g_auxv
|
||||
.source __FILE__
|
||||
.init.end 300,_init___auxv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue