mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 07:18:30 +00:00
Do more quality assurance work
This commit is contained in:
parent
67b19ae733
commit
d461c6f47d
31 changed files with 194 additions and 108 deletions
|
@ -79,7 +79,7 @@ _start:
|
|||
|
||||
// setup stack
|
||||
xor %ebp,%ebp
|
||||
and $ape_stack_round,%rsp
|
||||
and $-16,%rsp
|
||||
|
||||
#if SupportsWindows() && !IsTiny()
|
||||
// make win32 imps crash
|
||||
|
@ -136,9 +136,7 @@ _start:
|
|||
mov x28,#0
|
||||
mov x29,#0
|
||||
mov x30,#0
|
||||
ldr x1,=ape_stack_round
|
||||
and x1,x0,x1
|
||||
mov sp,x1
|
||||
and sp,x0,#-16
|
||||
|
||||
// second arg shall be struct Syslib passed by ape-m1.c
|
||||
// used to talk to apple's authoritarian libraries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue