Freshen bootstrap binaries

This commit is contained in:
Justine Tunney 2024-09-15 20:37:32 -07:00
parent e260d90096
commit b73673e984
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
4 changed files with 2 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -114,7 +114,8 @@ textwindows int sys_execve_nt(const char *program, char *const argv[],
unassert(!(handle & 0xFFFFFFFFFF000000));
TerminateThisProcess(0x23000000u | handle);
} else {
kprintf("DuplicateHandle failed w/ %d\n", GetLastError());
// TODO(jart): Why does `make loc` print this?
// kprintf("DuplicateHandle failed w/ %d\n", GetLastError());
TerminateThisProcess(ECHILD);
}
}