mach: Add missing error messages

This commit is contained in:
Samuel Thibault 2025-01-14 22:40:54 +01:00
parent 09ea1afec7
commit a402cae36d

View File

@ -74,6 +74,11 @@ static char * err_codes_kern[] = {
"(os/kern) right exists",
"(os/kern) invalid host",
"(os/kern) memory present",
"(os/kern) write protection failure",
"(os/kern) Unknown error code: 25",
"(os/kern) object is terminated",
"(os/kern) operation timed out",
"(os/kern) operation was interrupted",
};
static char * err_codes_device[] = {