mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Test for std::chrono and std::unique_ptr.
This commit is contained in:
@@ -38,7 +38,7 @@ struct Cpu_burn : Thread
|
||||
while (true) {
|
||||
_block.block();
|
||||
|
||||
while (!_stop) { }
|
||||
while (!_stop) { }
|
||||
|
||||
_stop = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user