fix winbloat

This commit is contained in:
lizzie
2026-08-17 08:05:24 +00:00
committed by crueter
parent f6a45e0877
commit 047d44170e
+1 -1
View File
@@ -127,7 +127,7 @@ Errno TranslateNativeError(int e, CallType call_type = CallType::Other) {
#endif
default:
UNIMPLEMENTED_MSG("Unimplemented errno={}", e);
return Errno::E_OTHER;
return Errno::E_OPNOTSUPP;
}
}