base: Fix build for CPU yield
parent
9150bb94f0
commit
b17532fd76
|
|
@ -74,7 +74,6 @@ static inline void YieldProcessor() {
|
|||
// require additional software implementation.
|
||||
NOTREACHED();
|
||||
#else
|
||||
#error "Unsupported architecture for YieldProcessor()"
|
||||
#endif // ARCH
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue