base: Fix build for CPU yield

master
klzgrad 2026-06-14 09:09:44 +08:00
parent 9150bb94f0
commit b17532fd76
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ static inline void YieldProcessor() {
// require additional software implementation.
NOTREACHED();
#else
#error "Unsupported architecture for YieldProcessor()"
#endif // ARCH
}