Make some minor touchups for nightlies

This commit is contained in:
Justine Tunney 2022-09-09 19:12:40 -07:00
parent 3265324e00
commit e9272f03fb
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
4 changed files with 5 additions and 3 deletions

View file

@ -659,8 +659,8 @@ __attribute__((__noreturn__)) void ApeLoader(long di, long *sp, char dl,
}
// get syscall function pointer
if (handoff && handoff->syscall) {
syscall = handoff->syscall;
if (handoff && handoff->systemcall) {
syscall = handoff->systemcall;
} else {
syscall = __syscall_loader;
}