fix winbloat

This commit is contained in:
lizzie
2026-08-17 08:05:24 +00:00
parent 1f2d7888b0
commit 3ff405a151
+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;
}
}