mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2026-07-13 06:23:35 +03:00
base: Fix build for CPU yield
This commit is contained in:
@@ -74,7 +74,6 @@ static inline void YieldProcessor() {
|
||||
// require additional software implementation.
|
||||
NOTREACHED();
|
||||
#else
|
||||
#error "Unsupported architecture for YieldProcessor()"
|
||||
#endif // ARCH
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user