Do more quality assurance work

This commit is contained in:
Justine Tunney 2024-06-24 06:53:49 -07:00
parent 67b19ae733
commit d461c6f47d
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
31 changed files with 194 additions and 108 deletions

View file

@ -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