fix winbloat

This commit is contained in:
lizzie
2026-08-17 08:05:24 +00:00
parent bf61791e83
commit 5ed68aeda1
+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;
}
}