Changeset 36590 in vbox for trunk/src/VBox/Frontends/VBoxBFE/DisplayImpl.cpp
- Timestamp:
- Apr 6, 2011 3:35:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/DisplayImpl.cpp
r35346 r36590 38 38 #include <iprt/uuid.h> 39 39 40 #ifdef RT_OS_L441 # include <stdio.h>42 # include <l4/util/util.h>43 # include <l4/log/l4log.h>44 #endif45 46 40 #include "DisplayImpl.h" 47 41 #include "Framebuffer.h" … … 391 385 while(!mFramebuffer) 392 386 { 393 #if RT_OS_L4394 asm volatile ("nop":::"memory");395 l4_sleep(5);396 #else397 387 RTThreadYield(); 398 #endif399 388 } 400 389 Assert(mFramebuffer);
Note:
See TracChangeset
for help on using the changeset viewer.