Changeset 55319 in vbox
- Timestamp:
- Apr 17, 2015 8:31:44 AM (10 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/VBox-4.3 merged: 98914-98915
- Property svn:mergeinfo changed
-
trunk/include/iprt/asm-amd64-x86.h
r55318 r55319 3093 3093 } 3094 3094 3095 #if !defined(_MSC_VER) || !defined(RT_ARCH_AMD64) 3095 3096 3096 3097 /* … … 3133 3134 } 3134 3135 3136 #endif /* !_MSC_VER) || !RT_ARCH_AMD64 */ 3137 3135 3138 /** @} */ 3136 3139 #endif -
trunk/src/VBox
- Property svn:mergeinfo changed
/branches/VBox-4.3/src/VBox merged: 98914
- Property svn:mergeinfo changed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp
r55318 r55319 279 279 { 280 280 if (vboxdrvDarwinCpuHasSMAP()) 281 { 282 LogRel(("disabling SMAP for VBoxDrvDarwinIOCtl\n")); 281 283 g_DevCW.d_ioctl = VBoxDrvDarwinIOCtlSMAP; 284 } 285 282 286 /* 283 287 * Registering ourselves as a character device.
Note:
See TracChangeset
for help on using the changeset viewer.