Changeset 22598 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Aug 31, 2009 12:06:34 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 51646
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/main.cpp
r22434 r22598 157 157 #endif /* DEBUG && X11 && LINUX*/ 158 158 159 #if defined(RT_OS_DARWIN) && defined(RT_ARCH_AMD64)159 #if defined(RT_OS_DARWIN) 160 160 # include <dlfcn.h> 161 161 # include <sys/mman.h> … … 173 173 ASMAtomicWriteU32((volatile uint32_t *)addr, 0xccc3c031); /* xor eax, eax; ret; int3 */ 174 174 } 175 #endif /* DARWIN + AMD64*/175 #endif /* DARWIN */ 176 176 177 177 static void QtMessageOutput (QtMsgType type, const char *msg)
Note:
See TracChangeset
for help on using the changeset viewer.