Changeset 15837 in vbox for trunk/src/VBox/Runtime/r0drv/darwin
- Timestamp:
- Jan 7, 2009 3:50:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp
r14338 r15837 110 110 /** @todo darwin R0 MP */ 111 111 return RTMpIsCpuPossible(idCpu); 112 } 113 114 RTDECL(bool) RTMpIsCpuWorkPending() 115 { 116 /** @todo (not used on non-Windows platforms yet */ 117 return false; 112 118 } 113 119
Note:
See TracChangeset
for help on using the changeset viewer.